File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -165,5 +165,5 @@ if [ ! -f ~/.codeflare ] && [ $(uname) = Linux ]; then
165
165
fi
166
166
167
167
# otherwise, we launch the UI version
168
- " $NODE " " $HEADLESS " /codeflare-dashboard .min.js -- $EXTRAPREFIX $*
168
+ " $NODE " " $HEADLESS " /codeflare.min.js -- $EXTRAPREFIX $*
169
169
stty sane
Original file line number Diff line number Diff line change 2
2
"name" : " CodeFlare.app" ,
3
3
"version" : " 0.0.26" ,
4
4
"description" : " " ,
5
- "main" : " dist/headless/codeflare-dashboard .min.js" ,
5
+ "main" : " dist/headless/codeflare.min.js" ,
6
6
"scripts" : {
7
7
"watch:source" : " tsc --build . --watch" ,
8
8
"compile" : " npx tsc --build . && npx kui-babel && npx kui-prescan" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "productName" : " CodeFlare Dashboard " ,
3
- "productTitle" : " CodeFlare"
2
+ "productName" : " CodeFlare" ,
3
+ "productTitle" : " CodeFlare Dashboard "
4
4
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import {
32
32
import { Search } from "@kui-shell/plugin-electron-components"
33
33
34
34
import { version } from "@kui-shell/client/package.json"
35
- import { productName } from "@kui-shell/client/config.d/name.json"
35
+ import { productTitle } from "@kui-shell/client/config.d/name.json"
36
36
37
37
/**
38
38
* We will set this bit when the user dismisses the Welcome to Kui
@@ -56,7 +56,7 @@ export default function renderMain(props: KuiProps) {
56
56
< Kui
57
57
noHelp
58
58
version = { version }
59
- productName = { productName }
59
+ productName = { productTitle }
60
60
lightweightTables
61
61
{ ...props }
62
62
isPopup = { false }
You can’t perform that action at this time.
0 commit comments