mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
turn chevron red in config if error (#1586)
This commit is contained in:
@@ -192,6 +192,7 @@
|
|||||||
<ion-icon
|
<ion-icon
|
||||||
slot="end"
|
slot="end"
|
||||||
name="chevron-up"
|
name="chevron-up"
|
||||||
|
[color]="entry.value.invalid ? 'danger' : undefined"
|
||||||
[ngStyle]="{
|
[ngStyle]="{
|
||||||
transform: objectDisplay[entry.key].expanded
|
transform: objectDisplay[entry.key].expanded
|
||||||
? 'rotate(0deg)'
|
? 'rotate(0deg)'
|
||||||
@@ -294,6 +295,7 @@
|
|||||||
<ion-icon
|
<ion-icon
|
||||||
slot="end"
|
slot="end"
|
||||||
name="chevron-up"
|
name="chevron-up"
|
||||||
|
[color]="abstractControl.invalid ? 'danger' : undefined"
|
||||||
[ngStyle]="{
|
[ngStyle]="{
|
||||||
transform: objectListDisplay[entry.key][i].expanded
|
transform: objectListDisplay[entry.key][i].expanded
|
||||||
? 'rotate(0deg)'
|
? 'rotate(0deg)'
|
||||||
|
|||||||
Reference in New Issue
Block a user