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
165165fi
166166
167167# otherwise, we launch the UI version
168- " $NODE " " $HEADLESS " /codeflare-dashboard .min.js -- $EXTRAPREFIX $*
168+ " $NODE " " $HEADLESS " /codeflare.min.js -- $EXTRAPREFIX $*
169169stty sane
Original file line number Diff line number Diff line change 22 "name" : " CodeFlare.app" ,
33 "version" : " 0.0.26" ,
44 "description" : " " ,
5- "main" : " dist/headless/codeflare-dashboard .min.js" ,
5+ "main" : " dist/headless/codeflare.min.js" ,
66 "scripts" : {
77 "watch:source" : " tsc --build . --watch" ,
88 "compile" : " npx tsc --build . && npx kui-babel && npx kui-prescan" ,
Original file line number Diff line number Diff line change 11{
2- "productName" : " CodeFlare Dashboard " ,
3- "productTitle" : " CodeFlare"
2+ "productName" : " CodeFlare" ,
3+ "productTitle" : " CodeFlare Dashboard "
44}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import {
3232import { Search } from "@kui-shell/plugin-electron-components"
3333
3434import { 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"
3636
3737/**
3838 * We will set this bit when the user dismisses the Welcome to Kui
@@ -56,7 +56,7 @@ export default function renderMain(props: KuiProps) {
5656 < Kui
5757 noHelp
5858 version = { version }
59- productName = { productName }
59+ productName = { productTitle }
6060 lightweightTables
6161 { ...props }
6262 isPopup = { false }
You can’t perform that action at this time.
0 commit comments