Skip to content

Commit 7ace594

Browse files
committed
undo color switch
1 parent 70b5ce1 commit 7ace594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/portal-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ <h6 class="white-text p-1" :style="{backgroundColor: bgColor}" v-show="filter &&
519519
{'name': 'x-trapi_Compliant', 'colors': ["#5ed668", "#ffbf47","#925ed6","#e65a78"]},
520520
{'name': 'By_Teams', 'colors': 'random'},
521521
{'name': 'By_Component', 'colors': 'random'},
522-
{'name': 'Uptime_Status', 'colors': ["#5ed668","#0277bd","#ffc107", "#ff5722"]},
522+
{'name': 'Uptime_Status', 'colors': ["#5ed668","#ffc107","#0277bd","#ff5722"]},
523523
{'name': 'Source_Status', 'colors': ["#5ed668","#ffc107","#e65a78","#9c27b0"]},
524524
])
525525
}).catch(err=>{

0 commit comments

Comments
 (0)