From ee05ea8d605069535925705063a1643699a1546a Mon Sep 17 00:00:00 2001 From: Trent White Date: Wed, 3 Jan 2018 14:23:14 -0500 Subject: [PATCH] new add alert notification channel icon --- .../alerting/partials/notifications_list.html | 2 +- .../icon_add_notification_channel.svg | 31 +++++++ .../icon_add_notification_channel.svg | 29 ++++++ public/sass/base/_icons.scss | 90 ++++++++++--------- 4 files changed, 108 insertions(+), 44 deletions(-) create mode 100644 public/img/icons_dark_theme/icon_add_notification_channel.svg create mode 100644 public/img/icons_light_theme/icon_add_notification_channel.svg diff --git a/public/app/features/alerting/partials/notifications_list.html b/public/app/features/alerting/partials/notifications_list.html index df453366f6c..246cb45b4db 100644 --- a/public/app/features/alerting/partials/notifications_list.html +++ b/public/app/features/alerting/partials/notifications_list.html @@ -48,7 +48,7 @@
+ + + + + + + + + + + + + + + + + + + diff --git a/public/img/icons_light_theme/icon_add_notification_channel.svg b/public/img/icons_light_theme/icon_add_notification_channel.svg new file mode 100644 index 00000000000..9059310dcdf --- /dev/null +++ b/public/img/icons_light_theme/icon_add_notification_channel.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + diff --git a/public/sass/base/_icons.scss b/public/sass/base/_icons.scss index f8bc0f08076..5925ab4a9ce 100644 --- a/public/sass/base/_icons.scss +++ b/public/sass/base/_icons.scss @@ -17,172 +17,176 @@ } .gicon-add-annotation { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_annotation.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation.svg'); } .gicon-add-annotation-alt { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_annotation_alt.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation_alt.svg'); } .gicon-add-datasources { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_data_sources.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_data_sources.svg'); } .gicon-add-user { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_user.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_user.svg'); } .gicon-add-team { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_team.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_team.svg'); } .gicon-add-panel { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_panel.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_panel.svg'); } .gicon-add-link { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_link.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_link.svg'); } .gicon-add-variable { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_variable.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_variable.svg'); +} + +.gicon-add-alert-notification-channel { + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_notification_channel.svg'); } .gicon-alert { - background-image: url("../img/icons_#{$theme-name}_theme/icon_alert.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_alert.svg'); } .gicon-alert-alt { - background-image: url("../img/icons_#{$theme-name}_theme/icon_alert_alt.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_alert_alt.svg'); } .gicon-alert-rules { - background-image: url("../img/icons_#{$theme-name}_theme/icon_alert_rules.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_alert_rules.svg'); } .gicon-alert-notification-channel { - background-image: url("../img/icons_#{$theme-name}_theme/icon_notification_channels.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_notification_channels.svg'); } .gicon-annotation { - background-image: url("../img/icons_#{$theme-name}_theme/icon_annotation.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_annotation.svg'); } .gicon-annotation-alt { - background-image: url("../img/icons_#{$theme-name}_theme/icon_annotation_alt.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_annotation_alt.svg'); } .gicon-apikeys { - background-image: url("../img/icons_#{$theme-name}_theme/icon_apikeys.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_apikeys.svg'); } .gicon-branding { - background-image: url("../img/grafana_icon.svg"); + background-image: url('../img/grafana_icon.svg'); } .gicon-cog { - background-image: url("../img/icons_#{$theme-name}_theme/icon_cog.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_cog.svg'); } .gicon-dashboard { - background-image: url("../img/icons_#{$theme-name}_theme/icon_dashboard.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard.svg'); } .gicon-dashboard-starred { - background-image: url("../img/icons_#{$theme-name}_theme/icon_dashboard_fav.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard_fav.svg'); } .gicon-dashboard-list { - background-image: url("../img/icons_#{$theme-name}_theme/icon_dashboard_list.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard_list.svg'); } .gicon-dashboard-new { - background-image: url("../img/icons_#{$theme-name}_theme/icon_new_dashboard.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_new_dashboard.svg'); } .gicon-dashboard-import { - background-image: url("../img/icons_#{$theme-name}_theme/icon_import_dashboard.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_import_dashboard.svg'); } .gicon-datasources { - background-image: url("../img/icons_#{$theme-name}_theme/icon_data_sources.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg'); } .gicon-folder-new { - background-image: url("../img/icons_#{$theme-name}_theme/icon_add_folder.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_add_folder.svg'); } .gicon-home { - background-image: url("../img/icons_#{$theme-name}_theme/icon_home.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_home.svg'); } .gicon-json { - background-image: url("../img/icons_#{$theme-name}_theme/icon_json.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_json.svg'); } .gicon-link { - background-image: url("../img/icons_#{$theme-name}_theme/icon_link.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_link.svg'); } .gicon-manage { - background-image: url("../img/icons_#{$theme-name}_theme/icon_sitemap.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_sitemap.svg'); } .gicon-org { - background-image: url("../img/icons_#{$theme-name}_theme/icon_org.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_org.svg'); } .gicon-playlists { - background-image: url("../img/icons_#{$theme-name}_theme/icon_playlist.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_playlist.svg'); } .gicon-plugins { - background-image: url("../img/icons_#{$theme-name}_theme/icon_plugins.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_plugins.svg'); } .gicon-preferences { - background-image: url("../img/icons_#{$theme-name}_theme/icon_preferences.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_preferences.svg'); } .gicon-question { - background-image: url("../img/icons_#{$theme-name}_theme/icon_question.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_question.svg'); } .gicon-shield { - background-image: url("../img/icons_#{$theme-name}_theme/icon_shield.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_shield.svg'); } .gicon-snapshots { - background-image: url("../img/icons_#{$theme-name}_theme/icon_snapshots.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_snapshots.svg'); } .gicon-team { - background-image: url("../img/icons_#{$theme-name}_theme/icon_team.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_team.svg'); } .gicon-user { - background-image: url("../img/icons_#{$theme-name}_theme/icon_user.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_user.svg'); } .gicon-variable { - background-image: url("../img/icons_#{$theme-name}_theme/icon_variable.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_variable.svg'); } .gicon-zoom-out { - background-image: url("../img/icons_#{$theme-name}_theme/icon_zoom_out.svg"); + background-image: url('../img/icons_#{$theme-name}_theme/icon_zoom_out.svg'); } .sidemenu { .gicon-dashboard { - background-image: url("../img/icons_dark_theme/icon_dashboard.svg"); + background-image: url('../img/icons_dark_theme/icon_dashboard.svg'); } .gicon-alert { - background-image: url("../img/icons_dark_theme/icon_alert.svg"); + background-image: url('../img/icons_dark_theme/icon_alert.svg'); } .gicon-cog { - background-image: url("../img/icons_dark_theme/icon_cog.svg"); + background-image: url('../img/icons_dark_theme/icon_cog.svg'); } .gicon-question { - background-image: url("../img/icons_dark_theme/icon_question.svg"); + background-image: url('../img/icons_dark_theme/icon_question.svg'); } }