Skip to content

Commit 4b95145

Browse files
committed
feat(ui): change summary host color
1 parent c171605 commit 4b95145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/AnsibleStageView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<td>{{ host.host }}</td>
9090

9191
<td :style="{
92-
color: (host.changed > 0 ? 'brown' : undefined),
92+
color: (host.changed > 0 ? 'rgb(170,85,0)' : undefined),
9393
'font-weight': (host.changed > 0 ? 'bold' : undefined),
9494
}"
9595
>{{ host.changed }}</td>

0 commit comments

Comments
 (0)