diff --git a/www/timeline.html b/www/timeline.html index 92f7196..5d95222 100644 --- a/www/timeline.html +++ b/www/timeline.html @@ -44,6 +44,13 @@ color: #ccc; } +.times .warning{ +color:yellow; +} +.times .critical{ +background: red; +} + .vis-grid, .vis-foreground .vis-group{ border-color:#666 !important; font-size: 4.5pt;