Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
fc5cc4cb
Commit
fc5cc4cb
authored
Nov 02, 2019
by
Jorge Luis Betancourt
Committed by
Ryan McKinley
Nov 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dashboard Editor: use chevron icon rather than > (#19588)
parent
00ecd841
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
public/app/features/annotations/partials/editor.html
+2
-2
public/app/features/dashboard/components/DashLinks/editor.html
+2
-2
public/app/features/dashboard/components/VersionHistory/template.html
+1
-1
public/app/features/templating/partials/editor.html
+2
-2
No files found.
public/app/features/annotations/partials/editor.html
View file @
fc5cc4cb
...
...
@@ -2,8 +2,8 @@
<div
class=
"page-action-bar"
>
<h3
class=
"dashboard-settings__header"
>
<a
ng-click=
"ctrl.backToList()"
>
Annotations
</a>
<span
ng-show=
"ctrl.mode === 'new'"
>
>
New
</span>
<span
ng-show=
"ctrl.mode === 'edit'"
>
>
Edit
</span>
<span
ng-show=
"ctrl.mode === 'new'"
>
<i
class=
"fa fa-fw fa-chevron-right"
></i>
New
</span>
<span
ng-show=
"ctrl.mode === 'edit'"
>
<i
class=
"fa fa-fw fa-chevron-right"
></i>
Edit
</span>
</h3>
<div
class=
"page-action-bar__spacer"
></div>
...
...
public/app/features/dashboard/components/DashLinks/editor.html
View file @
fc5cc4cb
<div
class=
"page-action-bar"
>
<h3
class=
"dashboard-settings__header"
>
<a
ng-click=
"ctrl.backToList()"
>
Dashboard Links
</a>
<span
ng-show=
"ctrl.mode === 'new'"
>
>
New
</span>
<span
ng-show=
"ctrl.mode === 'edit'"
>
>
Edit
</span>
<span
ng-show=
"ctrl.mode === 'new'"
>
<i
class=
"fa fa-fw fa-chevron-right"
></i>
New
</span>
<span
ng-show=
"ctrl.mode === 'edit'"
>
<i
class=
"fa fa-fw fa-chevron-right"
></i>
Edit
</span>
</h3>
<div
class=
"page-action-bar__spacer"
></div>
...
...
public/app/features/dashboard/components/VersionHistory/template.html
View file @
fc5cc4cb
<h3
class=
"dashboard-settings__header"
>
<a
ng-click=
"ctrl.switchMode('list')"
>
Versions
</a>
<span
ng-show=
"ctrl.mode === 'compare'"
>
>
Comparing {{ctrl.baseInfo.version}}
<i
class=
"fa fa-fw fa-chevron-right"
></i>
Comparing {{ctrl.baseInfo.version}}
<i
class=
"fa fa-arrows-h"
></i>
{{ctrl.newInfo.version}}
<cite
class=
"muted"
ng-if=
"ctrl.isNewLatest"
>
(Latest)
</cite>
...
...
public/app/features/templating/partials/editor.html
View file @
fc5cc4cb
...
...
@@ -2,8 +2,8 @@
<div
class=
"page-action-bar"
>
<h3
class=
"dashboard-settings__header"
>
<a
ng-click=
"setMode('list')"
>
Variables
</a>
<span
ng-show=
"mode === 'new'"
>
>
New
</span>
<span
ng-show=
"mode === 'edit'"
>
>
Edit
</span>
<span
ng-show=
"mode === 'new'"
>
<i
class=
"fa fa-fw fa-chevron-right"
></i>
New
</span>
<span
ng-show=
"mode === 'edit'"
>
<i
class=
"fa fa-fw fa-chevron-right"
></i>
Edit
</span>
</h3>
<div
class=
"page-action-bar__spacer"
></div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment