mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change file names to remove the rt reference in the icon files
This commit is contained in:
parent
6da3f87736
commit
339e73ee3d
@ -10,7 +10,7 @@
|
||||
|
||||
<div class="top-nav-snapshot-title" ng-if="dashboardMeta.isSnapshot">
|
||||
<a class="pointer" bs-tooltip="titleTooltip" data-placement="bottom">
|
||||
<i class="gf-icon icon-rt-snapshot"></i>
|
||||
<i class="icon-gf icon-gf-snapshot"></i>
|
||||
<span class="dashboard-title">
|
||||
{{dashboard.title}}
|
||||
<em class="small"> (snapshot)</em>
|
||||
|
@ -110,7 +110,7 @@
|
||||
<div class="ng-cloak" ng-cloak ng-controller="ShareSnapshotCtrl" ng-init="init()">
|
||||
<div class="share-modal-big-icon">
|
||||
<i ng-if="loading" class="fa fa-spinner fa-spin"></i>
|
||||
<i ng-if="!loading" class="gf-icon icon-rt-snapshot"></i>
|
||||
<i ng-if="!loading" class="icon-gf icon-gf-snapshot"></i>
|
||||
</div>
|
||||
|
||||
<div class="share-snapshot-header" ng-if="step === 1">
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Binary file not shown.
Binary file not shown.
168
public/less/gf-fonts.less
Normal file
168
public/less/gf-fonts.less
Normal file
@ -0,0 +1,168 @@
|
||||
@font-face {
|
||||
font-family: 'grafana-icons';
|
||||
src: url('../fonts/grafana-icons.eot?h6rv8b');
|
||||
src: url('../fonts/grafana-icons.eot?h6rv8b#iefix') format('embedded-opentype'),
|
||||
url('../fonts/grafana-icons.ttf?h6rv8b') format('truetype'),
|
||||
url('../fonts/grafana-icons.woff?h6rv8b') format('woff'),
|
||||
url('../fonts/grafana-icons.svg?h6rv8b#grafana-icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.icon-gf {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'grafana-icons' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-gf-raintank_wordmark:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.icon-gf-raintank_icn:before {
|
||||
content: "\e601";
|
||||
}
|
||||
.icon-gf-raintank_r-icn:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.icon-gf-check-alt:before {
|
||||
content: "\e603";
|
||||
}
|
||||
.icon-gf-check:before {
|
||||
content: "\e604";
|
||||
}
|
||||
.icon-gf-collector:before {
|
||||
content: "\e605";
|
||||
}
|
||||
.icon-gf-dashboard:before {
|
||||
content: "\e606";
|
||||
}
|
||||
.icon-gf-panel:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-gf-datasources:before {
|
||||
content: "\e607";
|
||||
}
|
||||
.icon-gf-endpoint-tiny:before {
|
||||
content: "\e608";
|
||||
}
|
||||
.icon-gf-endpoint:before {
|
||||
content: "\e609";
|
||||
}
|
||||
.icon-gf-filter:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
.icon-gf-status:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
.icon-gf-monitoring:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
.icon-gf-monitoring-tiny:before {
|
||||
content: "\e620";
|
||||
}
|
||||
.icon-gf-jump-to-dashboard:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
.icon-gf-warn:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
.icon-gf-nodata:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
.icon-gf-critical:before {
|
||||
content: "\e610";
|
||||
}
|
||||
.icon-gf-online:before {
|
||||
content: "\e611";
|
||||
}
|
||||
.icon-gf-event-error:before {
|
||||
content: "\e623";
|
||||
}
|
||||
.icon-gf-event:before {
|
||||
content: "\e624";
|
||||
}
|
||||
.icon-gf-private-collector:before {
|
||||
content: "\e612";
|
||||
}
|
||||
.icon-gf-alert:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
.icon-gf-alert-disabled:before {
|
||||
content: "\e621";
|
||||
}
|
||||
.icon-gf-refresh:before {
|
||||
content: "\e613";
|
||||
}
|
||||
.icon-gf-save:before {
|
||||
content: "\e614";
|
||||
}
|
||||
.icon-gf-settings:before {
|
||||
content: "\e615";
|
||||
}
|
||||
.icon-gf-share:before {
|
||||
content: "\e616";
|
||||
}
|
||||
.icon-gf-star:before {
|
||||
content: "\e617";
|
||||
}
|
||||
.icon-gf-search:before {
|
||||
content: "\e618";
|
||||
}
|
||||
.icon-gf-tag-add:before {
|
||||
content: "\e619";
|
||||
}
|
||||
.icon-gf-tag-remove:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
.icon-gf-video:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
.icon-gf-bulk_action:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
.icon-gf-users:before {
|
||||
content: "\e622";
|
||||
}
|
||||
.icon-gf-globe:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
.icon-gf-snapshot:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
.icon-gf-play-grafana-icon:before {
|
||||
content: "\e629";
|
||||
}
|
||||
.icon-gf-grafana-icon:before {
|
||||
content: "\e625";
|
||||
}
|
||||
.icon-gf-email:before {
|
||||
content: "\e628";
|
||||
}
|
||||
.icon-gf-stopwatch:before {
|
||||
content: "\e626";
|
||||
}
|
||||
.icon-gf-skull:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-gf-probe:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-gf-apps:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-gf-litmus:before {
|
||||
content: "\e627";
|
||||
}
|
||||
.icon-gf-grafana_wordmark:before {
|
||||
content: "\e903";
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
@import "admin.less";
|
||||
@import "pagination.less";
|
||||
@import "validation.less";
|
||||
@import "rt-fonts.less";
|
||||
@import "gf-fonts.less";
|
||||
@import "tabs.less";
|
||||
@import "timepicker.less";
|
||||
@import "alerting.less";
|
||||
@ -314,7 +314,7 @@
|
||||
}
|
||||
|
||||
.share-modal-big-icon {
|
||||
.fa, .gf-icon {
|
||||
.fa, .icon-gf {
|
||||
font-size: 70px;
|
||||
}
|
||||
}
|
||||
|
@ -1,168 +0,0 @@
|
||||
@font-face {
|
||||
font-family: 'raintank-icons';
|
||||
src: url('../fonts/raintank-icons.eot?c1qb39');
|
||||
src: url('../fonts/raintank-icons.eot?c1qb39#iefix') format('embedded-opentype'),
|
||||
url('../fonts/raintank-icons.ttf?c1qb39') format('truetype'),
|
||||
url('../fonts/raintank-icons.woff?c1qb39') format('woff'),
|
||||
url('../fonts/raintank-icons.svg?c1qb39#raintank-icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.icon-rt {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'raintank-icons' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-rt-raintank_wordmark:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.icon-rt-raintank_icn:before {
|
||||
content: "\e601";
|
||||
}
|
||||
.icon-rt-raintank_r-icn:before {
|
||||
content: "\e602";
|
||||
}
|
||||
.icon-rt-check-alt:before {
|
||||
content: "\e603";
|
||||
}
|
||||
.icon-rt-check:before {
|
||||
content: "\e604";
|
||||
}
|
||||
.icon-rt-collector:before {
|
||||
content: "\e605";
|
||||
}
|
||||
.icon-rt-dashboard:before {
|
||||
content: "\e606";
|
||||
}
|
||||
.icon-rt-panel:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.icon-rt-datasources:before {
|
||||
content: "\e607";
|
||||
}
|
||||
.icon-rt-endpoint-tiny:before {
|
||||
content: "\e608";
|
||||
}
|
||||
.icon-rt-endpoint:before {
|
||||
content: "\e609";
|
||||
}
|
||||
.icon-rt-filter:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
.icon-rt-status:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
.icon-rt-monitoring:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
.icon-rt-monitoring-tiny:before {
|
||||
content: "\e620";
|
||||
}
|
||||
.icon-rt-jump-to-dashboard:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
.icon-rt-warn:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
.icon-rt-nodata:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
.icon-rt-critical:before {
|
||||
content: "\e610";
|
||||
}
|
||||
.icon-rt-online:before {
|
||||
content: "\e611";
|
||||
}
|
||||
.icon-rt-event-error:before {
|
||||
content: "\e623";
|
||||
}
|
||||
.icon-rt-event:before {
|
||||
content: "\e624";
|
||||
}
|
||||
.icon-rt-private-collector:before {
|
||||
content: "\e612";
|
||||
}
|
||||
.icon-rt-alert:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
.icon-rt-alert-disabled:before {
|
||||
content: "\e621";
|
||||
}
|
||||
.icon-rt-refresh:before {
|
||||
content: "\e613";
|
||||
}
|
||||
.icon-rt-save:before {
|
||||
content: "\e614";
|
||||
}
|
||||
.icon-rt-settings:before {
|
||||
content: "\e615";
|
||||
}
|
||||
.icon-rt-share:before {
|
||||
content: "\e616";
|
||||
}
|
||||
.icon-rt-star:before {
|
||||
content: "\e617";
|
||||
}
|
||||
.icon-rt-search:before {
|
||||
content: "\e618";
|
||||
}
|
||||
.icon-rt-tag-add:before {
|
||||
content: "\e619";
|
||||
}
|
||||
.icon-rt-tag-remove:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
.icon-rt-video:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
.icon-rt-bulk_action:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
.icon-rt-users:before {
|
||||
content: "\e622";
|
||||
}
|
||||
.icon-rt-globe:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
.icon-rt-snapshot:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
.icon-rt-play-grafana-icon:before {
|
||||
content: "\e629";
|
||||
}
|
||||
.icon-rt-grafana-icon:before {
|
||||
content: "\e625";
|
||||
}
|
||||
.icon-rt-email:before {
|
||||
content: "\e628";
|
||||
}
|
||||
.icon-rt-stopwatch:before {
|
||||
content: "\e626";
|
||||
}
|
||||
.icon-rt-skull:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.icon-rt-probe:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.icon-rt-apps:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.icon-rt-litmus:before {
|
||||
content: "\e627";
|
||||
}
|
||||
.icon-rt-grafana_wordmark:before {
|
||||
content: "\e903";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user