changed from 1.5.0 to 1.6.0, added rotary feature
This commit is contained in:
@@ -77,7 +77,7 @@ html(lang="en")
|
||||
.brand
|
||||
img(src="/images/onefinity_logo.png")
|
||||
.version
|
||||
div Version: v{{config.full_version}} Beta 3
|
||||
div Version: v{{config.full_version}} Alpha 1
|
||||
div IP Address: {{config.ip}}
|
||||
div WiFi: {{config.wifiName}}
|
||||
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
|
||||
@@ -88,6 +88,10 @@ html(lang="en")
|
||||
.fa.fa-thermometer-full(class="error",
|
||||
v-if="80 <= state.rpi_temp",
|
||||
title="Raspberry Pi temperature too high.")
|
||||
|
||||
.rotary
|
||||
button(@click="toggle_rotary")
|
||||
img(src="/images/rotary.svg", alt="rotary")
|
||||
|
||||
.whitespace
|
||||
|
||||
@@ -124,7 +128,7 @@ html(lang="en")
|
||||
label seconds.
|
||||
|
||||
div(slot="footer")
|
||||
button.pure-button.pure-button-primary(@click="errorShow = false") Ok
|
||||
button.pure-button.pure-button-primary(@click="errorShow = false") OK
|
||||
|
||||
message(:show.sync="confirmUpgrade")
|
||||
h3(slot="header") Upgrade Firmware?
|
||||
|
||||
Reference in New Issue
Block a user