Updated tabs (#52)

* Link update instructions to statusbar.

* Added KUBE Tab.
Updated formatting.
This commit is contained in:
Rich Burdon
2020-10-30 14:15:01 -05:00
committed by GitHub
parent 71e8b1198a
commit daf7179e4f
23 changed files with 249 additions and 95 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#
app:
title: 'Kubenet Console'
title: 'Console'
org': 'DXOS.org'
theme: 'dark'
website: 'https://dxos.org'
+1 -1
View File
@@ -4,7 +4,7 @@
#
app:
title: 'Kubenet Console'
title: 'Console'
org': 'DXOS.org'
theme: 'dark'
website: 'https://dxos.org'
+1 -1
View File
@@ -4,7 +4,7 @@
#
app:
title: 'Kubenet Console'
title: 'Console'
org': 'DXOS.org'
theme: 'dark'
website: 'https://dxos.org'
+1 -1
View File
@@ -67,7 +67,7 @@ module.exports = {
new HtmlWebPackPlugin({
template: './public/index.html',
templateParameters: {
title: 'Kubenet Console'
title: 'Console'
}
}),