mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add rt-fonts file and point refs to snapshot icon to it
This commit is contained in:
@@ -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 gf-icon-snap-multi"></i>
|
||||
<i class="gf-icon icon-rt-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 gf-icon-snap-multi"></i>
|
||||
<i ng-if="!loading" class="gf-icon icon-rt-snapshot"></i>
|
||||
</div>
|
||||
|
||||
<div class="share-snapshot-header" ng-if="step === 1">
|
||||
|
||||
Reference in New Issue
Block a user