diff --git a/public/app/plugins/panel/alertlist/module.html b/public/app/plugins/panel/alertlist/module.html index 9860426cbc3..0e3d93d90c8 100644 --- a/public/app/plugins/panel/alertlist/module.html +++ b/public/app/plugins/panel/alertlist/module.html @@ -1,7 +1,7 @@
No alerts in selected interval
diff --git a/public/sass/pages/_alerting.scss b/public/sass/pages/_alerting.scss index efbfab286d0..5ebb88f1346 100644 --- a/public/sass/pages/_alerting.scss +++ b/public/sass/pages/_alerting.scss @@ -91,6 +91,13 @@ align-items: flex-end; } +.alert-list-no-alerts { + display: flex; + align-items: center; + justify-content: center; + width: 100%; +} + .panel-has-alert { .panel-alert-icon:before { content: "\e611"; @@ -132,13 +139,6 @@ } } -.no-alert { - display: flex; - align-items: center; - justify-content: center; - width: 100%; -} - @keyframes alerting-panel { 100% { opacity: 1;