summaryrefslogtreecommitdiffstats
path: root/app/common/directives/syslog-filter.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/directives/syslog-filter.html')
-rw-r--r--app/common/directives/syslog-filter.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/directives/syslog-filter.html b/app/common/directives/syslog-filter.html
index f24311e..46f178a 100644
--- a/app/common/directives/syslog-filter.html
+++ b/app/common/directives/syslog-filter.html
@@ -1,7 +1,7 @@
<section id="sys-log-filter" class="row column" aria-label="system log filtering">
<div class="inline sys-log__severity-filter">
<p class="filter-label">Filter by severity</p>
- <button ng-repeat="severity in severityList" class="inline " ng-click="toggleSeverity(severity)"
+ <button ng-repeat="severity in severityList" class="btn" ng-click="toggleSeverity(severity)"
ng-class="((selectedSeverityList.indexOf(severity) > -1) || ((severity == 'All') && (selectedSeverityList.length == 0))) ? 'btn-primary' : 'btn-secondary'">{{severity}}
</button>
</div>
OpenPOWER on IntegriCloud