File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cli/src/lib/setup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ interface iobVendorFile {
1515 name ?: string ;
1616 icon ?: string ;
1717 admin ?: {
18- menu : {
18+ menu ? : {
1919 // Settings for left menu
2020 editable ?: false ; // Hide edit button in menu
2121 'tab-hosts' ?: false ; // Hide hosts item (See all https://github.com/ioBroker/ioBroker.admin/blob/master/src-rx/src/components/Drawer.js#L142)
@@ -36,14 +36,14 @@ interface iobVendorFile {
3636 'tab-echarts' ?: false ; // Hide echarts item
3737 [ tabName : string ] : false | undefined ;
3838 } ;
39- appBar : {
39+ appBar ? : {
4040 discovery ?: false ;
4141 systemSettings ?: false ;
4242 toggleTheme ?: false ;
4343 expertMode ?: false ;
4444 hostSelector ?: false ;
4545 } ;
46- settings : {
46+ settings ? : {
4747 tabConfig ?: false ; // Main config tab
4848 tabRepositories ?: false ; // Repositories tab
4949 tabCertificates ?: false ; // Certificates tab
You can’t perform that action at this time.
0 commit comments