Fixed the upgrade indicator

This commit is contained in:
David Carley
2022-09-14 05:56:11 +00:00
parent 5019ea5438
commit c4b99d0e88
2 changed files with 4 additions and 11 deletions

View File

@@ -76,8 +76,7 @@ html(lang="en")
| v{{config.full_version}} | v{{config.full_version}}
a.upgrade-link(v-if="show_upgrade()", href="#admin-general") a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
| Upgrade to v{{latestVersion}} | Upgrade to v{{latestVersion}}
.upgrade-attention(v-if="show_upgrade()") .fa.fa-exclamation-circle.upgrade-attention(v-if="show_upgrade()")
| !
.pi-temp-warning .pi-temp-warning
.fa.fa-thermometer-full(class="error", .fa.fa-thermometer-full(class="error",

View File

@@ -60,16 +60,10 @@ tt
color blue color blue
.upgrade-attention .upgrade-attention
background-color red color red
width 20px font-size 18pt
height 20px
display inline-block
border-radius 50%
color white
font-size 13pt
font-weight 1000
margin-left 5px
align-self center align-self center
margin-left 5px
.pi-temp-warning .pi-temp-warning
align-self center align-self center