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
a95d587c
Commit
a95d587c
authored
Aug 20, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: minor updates
parent
21a7f572
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
public/app/features/alerting/partials/alert_howto.html
+0
-1
public/app/features/alerting/partials/alert_list.html
+1
-1
public/app/features/org/partials/orgApiKeys.html
+1
-1
public/app/features/playlist/partials/playlists.html
+1
-1
No files found.
public/app/features/alerting/partials/alert_howto.html
View file @
a95d587c
...
...
@@ -22,7 +22,6 @@
To persist your alert rule changes remember to save the dashboard.
<br>
<br>
<a
href=
"{{appSubUrl}}"
class=
"external-link"
ng-click=
"dismiss()"
>
Go to Home Dashboard
</a>
</p>
</div>
...
...
public/app/features/alerting/partials/alert_list.html
View file @
a95d587c
...
...
@@ -4,7 +4,7 @@
<div
class=
"page-header"
>
<page-h1
model=
"ctrl.navModel"
></page-h1>
<a
class=
"btn btn-
inverse
"
ng-click=
"ctrl.openHowTo()"
>
<a
class=
"btn btn-
secondary
"
ng-click=
"ctrl.openHowTo()"
>
<i
class=
"fa fa-info-circle"
></i>
How to add an alert
</a>
...
...
public/app/features/org/partials/orgApiKeys.html
View file @
a95d587c
...
...
@@ -9,7 +9,7 @@
<form
name=
"addTokenForm"
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form max-width-21"
>
<span
class=
"gf-form-label"
>
Add a key
</span>
<span
class=
"gf-form-label"
>
Key name
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
'token.name'
placeholder=
"Name"
></input>
</div>
<div
class=
"gf-form"
>
...
...
public/app/features/playlist/partials/playlists.html
View file @
a95d587c
...
...
@@ -3,7 +3,7 @@
<div
class=
"page-container"
>
<div
class=
"page-header"
>
<page-h1
model=
"ctrl.navModel"
></page-h1>
<a
class=
"btn btn-
success
pull-right"
href=
"playlists/create"
>
<a
class=
"btn btn-
primary
pull-right"
href=
"playlists/create"
>
<i
class=
"fa fa-plus"
></i>
New Playlist
</a>
...
...
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