##// END OF EJS Templates
celery: decouple report notifications from alerts
celery: decouple report notifications from alerts

File last commit:

r0:548a840d
r21:97f5bf91
Show More
slow_reports.css.less
29 lines | 441 B | text/x-less | LessCssLexer
/ frontend / css / sections / slow_reports.css.less
project: initial commit
r0 .state-report-list_slow {
table.report-list {
.occurences {
width: 45px;
}
.report {
font-weight: bold;
}
.status {
width: 30px;
}
.average_duration {
width: 85px;
font-weight: bold;
}
.when {
width: 120px;
}
.tick {
width: 20px !important;
}
}
}