diff --git a/src/app.html b/src/app.html index 77a5ff5..f273cc5 100644 --- a/src/app.html +++ b/src/app.html @@ -2,7 +2,6 @@
- %sveltekit.head% diff --git a/src/lib/locales/en.json b/src/lib/locales/en.json index 2c8dc8b..a32b77b 100644 --- a/src/lib/locales/en.json +++ b/src/lib/locales/en.json @@ -31,7 +31,8 @@ "setColor": "Set color", "showText": "Show text", "text": "Text", - "title": "Control" + "title": "Control", + "hostname": "Hostname" }, "status": { "title": "Status", diff --git a/src/lib/locales/es.json b/src/lib/locales/es.json index bf534b8..ace51cf 100644 --- a/src/lib/locales/es.json +++ b/src/lib/locales/es.json @@ -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", diff --git a/src/lib/style/app.scss b/src/lib/style/app.scss index 3678098..85cf732 100644 --- a/src/lib/style/app.scss +++ b/src/lib/style/app.scss @@ -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"; diff --git a/src/routes/Control.svelte b/src/routes/Control.svelte index ef16389..0d97371 100644 --- a/src/routes/Control.svelte +++ b/src/routes/Control.svelte @@ -79,7 +79,7 @@ const forceFullRefresh = () => {