Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit fb7759c

Browse files
committed
another UI tweak
1 parent 4df1ac9 commit fb7759c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mungegithub/submit-queue/www/script.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ function SQCntl(dataService, $interval, $location) {
204204
obj.color = 'orange';
205205
obj.msg = 'Flake!';
206206
break;
207+
case 'Problem Resolved':
208+
// orange X mark
209+
obj.state = '\u2716';
210+
obj.color = 'orange';
211+
obj.msg = 'Manual override';
212+
break;
207213
case '[nonblocking] Stable':
208214
// green check mark
209215
obj.state = '\u2713';

0 commit comments

Comments
 (0)