mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
new add alert notification channel icon
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user