forked from btclock/webui
Small improvements
This commit is contained in:
parent
4471ab9ef4
commit
6740030a0c
7 changed files with 14 additions and 9 deletions
|
@ -31,7 +31,8 @@
|
|||
"setColor": "Set color",
|
||||
"showText": "Show text",
|
||||
"text": "Text",
|
||||
"title": "Control"
|
||||
"title": "Control",
|
||||
"hostname": "Hostname"
|
||||
},
|
||||
"status": {
|
||||
"title": "Status",
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
"showText": "Poner texto",
|
||||
"text": "Texto",
|
||||
"title": "Control",
|
||||
"buildTime": "Tiempo de construcción"
|
||||
"buildTime": "Tiempo de construcción",
|
||||
"hostname": "Nombre de host"
|
||||
},
|
||||
"status": {
|
||||
"memoryFree": "Memoria RAM libre",
|
||||
|
|
|
@ -30,6 +30,8 @@ $input-font-size-sm: $font-size-base * .875;
|
|||
@import "../node_modules/bootstrap/scss/forms";
|
||||
@import "../node_modules/bootstrap/scss/buttons";
|
||||
@import "../node_modules/bootstrap/scss/button-group";
|
||||
@import "../node_modules/bootstrap/scss/pagination";
|
||||
|
||||
@import "../node_modules/bootstrap/scss/dropdown";
|
||||
|
||||
@import "../node_modules/bootstrap/scss/navbar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue