From a433698ddf357289c8bf2e4bdf14bb641d003e4a Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 2 Nov 2017 08:44:09 +0100 Subject: [PATCH] changed class name for no-alerts --- public/app/plugins/panel/alertlist/module.html | 2 +- public/sass/pages/_alerting.scss | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) 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;