40
40
41
41
< div id ="app ">
42
42
< nav class ="navbar navbar-expand-lg navbar-light bg-light ">
43
- < a class ="navbar-brand " href ="https://github.com/andig/evcc "> < i class ="text-primary far fa-leaf mr-2 "> </ i > evcc</ a >
43
+ < a class ="navbar-brand " href ="https://github.com/andig/evcc "> < i class ="text-primary fas fa-leaf mr-2 "> </ i > evcc</ a >
44
44
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarNavAltMarkup "
45
45
aria-controls ="navbarNavAltMarkup " aria-expanded ="false " aria-label ="Toggle navigation ">
46
46
< span class ="navbar-toggler-icon "> </ span >
62
62
< div id ="error ">
63
63
< div class ="toast " data-delay ="2000 " style ="position: absolute; top: 4rem; right: 0.5rem; ">
64
64
< div class ="toast-header ">
65
- < strong class ="mr-auto "> < i class ="text-danger far fa-exclamation-triangle "> </ i > Error</ strong >
65
+ < strong class ="mr-auto "> < i class ="text-danger fas fa-exclamation-triangle "> </ i > Error</ strong >
66
66
< small v-if ="error.status "> HTTP {{error.status}}</ small >
67
67
< button type ="button " class ="ml-2 mb-1 close " data-dismiss ="toast " aria-label ="Close ">
68
68
< span aria-hidden ="true "> ×</ span >
@@ -154,7 +154,7 @@ <h4 class="my-0 font-weight-normal">Wallbox</h4>
154
154
< h2 class = "card-title pricing-card-title" >
155
155
{ { fmt ( state . chargePower ) } } < small class = "text-muted" > { { fmtUnit ( state . chargePower ) } } W</ small >
156
156
</ h2 >
157
- < p > Ladeleistung < i class = "text-primary far fa-leaf" v-if = "state.chargePower" > </ i > </ p >
157
+ < p > Ladeleistung < i class = "text-primary fas fa-leaf" v-if = "state.chargePower" > </ i > </ p >
158
158
</ div >
159
159
</ div >
160
160
</ div >
@@ -170,10 +170,10 @@ <h4 class="my-0 font-weight-normal">Netz</h4>
170
170
< h2 class = "card-title pricing-card-title" > { { fmt ( state . gridPower ) } } < small
171
171
class = "text-muted" > { { fmtUnit ( state . gridPower ) } } W</ small > </ h2 >
172
172
< p v-if = "state.gridPower > 0" >
173
- Bezug < i class = "text-primary far fa-arrow-down" > </ i >
173
+ Bezug < i class = "text-primary fas fa-arrow-down" > </ i >
174
174
</ p >
175
175
< p v-else >
176
- Einspeisung < i class = "text-primary far fa-arrow-up" > </ i >
176
+ Einspeisung < i class = "text-primary fas fa-arrow-up" > </ i >
177
177
</ p >
178
178
</ div >
179
179
</ div >
@@ -190,7 +190,7 @@ <h4 class="my-0 font-weight-normal">PV</h4>
190
190
< h2 class = "card-title pricing-card-title" >
191
191
{ { fmt ( state . pvPower ) } } < small class = "text-muted" > { { fmtUnit ( state . pvPower ) } } W</ small >
192
192
</ h2 >
193
- < p > Erzeugung < i class = "text-primary far fas fa-sun" v-if = "false" > </ i > </ p >
193
+ < p > Erzeugung < i class = "text-primary fas fas fa-sun" v-if = "false" > </ i > </ p >
194
194
</ div >
195
195
</ div >
196
196
</ div >
0 commit comments