diff --git a/public/favicon.ico b/public/favicon.ico index df36fcfb7..02b4d382d 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 1f8d1b2f8..047a275e5 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - kwc + KlipperWebControl diff --git a/src/App.vue b/src/App.vue index 68c21181b..9b99f4a84 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,7 +32,7 @@ elevate-on-scroll> - mdi-refresh-circle reconnect + Emergency Stop @@ -124,7 +124,10 @@ export default { text-align: center; border-bottom: 1px solid #ffffff40; margin-bottom: 1em; - padding: .75em 0 .25em 0; + padding: .75em 0 .75em 0; + display: flex; + align-items: center; + justify-content: center; } #nav-header img { @@ -133,9 +136,8 @@ export default { } #nav-header .v-toolbar__title { - display: inline-block; - line-height: 40px; font-size: 24px; + vertical-align: middle; } .v-navigation-drawer__content { diff --git a/src/components/panels/StatusPanel.vue b/src/components/panels/StatusPanel.vue index d13139206..28ee04ac6 100644 --- a/src/components/panels/StatusPanel.vue +++ b/src/components/panels/StatusPanel.vue @@ -7,8 +7,8 @@ {{ toolhead !== null && 'status' in toolhead ? toolhead.status : "" }} pause job - resume job - cancel job + cancel job + resume job diff --git a/src/components/panels/TempchartPanel.vue b/src/components/panels/TempchartPanel.vue index 65c9f3a19..3666f29d1 100644 --- a/src/components/panels/TempchartPanel.vue +++ b/src/components/panels/TempchartPanel.vue @@ -4,11 +4,11 @@ fa-thermometer-three-quarters Temperature Chart - buxdehude + {{ heatersCount }} heaters - + @@ -16,7 +16,7 @@