Skip to content

Commit

Permalink
UI EVCS-Controller: automatic mode > uses sunny-icon again (#2420)
Browse files Browse the repository at this point in the history
In the past automatic mode used the sunny-outline icon, was missing, I added the icon back
  • Loading branch information
DerStoecki authored Nov 13, 2023
1 parent cc5ccdd commit e0cb25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/edge/live/Controller/Evcs/modal/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<oe-modal-buttons *ngIf="formGroup.controls['chargeMode'].value" [formGroup]="formGroup" controlName="chargeMode"
[component]="component" [buttons]="[
{ name: ('General.on' | translate), value: 'FORCE_CHARGE', icon: {color:'success', name: 'power-outline'}},
{ name: ('General.automatic' | translate), value: 'EXCESS_POWER', icon: {color:'primary', name: 'power-outline'}},
{ name: ('General.automatic' | translate), value: 'EXCESS_POWER', icon: {color:'primary', name: 'sunny-outline'}},
{ name: ('General.off' | translate), value: 'OFF', icon: {color:'primary', name: 'power-outline'}}]">
</oe-modal-buttons>

Expand Down

0 comments on commit e0cb25a

Please sign in to comment.