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
3be11b98
Commit
3be11b98
authored
Jan 17, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small cosmetic change
parent
becdaafd
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
src/app/features/annotations/partials/editor.html
+2
-2
src/app/partials/dashboard.html
+1
-1
src/app/partials/dasheditor.html
+1
-1
src/app/partials/roweditor.html
+1
-1
src/app/partials/templating_editor.html
+2
-2
No files found.
src/app/features/annotations/partials/editor.html
View file @
3be11b98
...
...
@@ -26,7 +26,7 @@
{{annotation.name}}
</td>
<td
style=
"width: 1%"
>
<a
ng-click=
"edit(annotation)"
class=
"btn btn-success btn-
mini
"
>
<a
ng-click=
"edit(annotation)"
class=
"btn btn-success btn-
small
"
>
<i
class=
"fa fa-edit"
></i>
Edit
</a>
...
...
@@ -34,7 +34,7 @@
<td
style=
"width: 1%"
><i
ng-click=
"_.move(annotations,$index,$index-1)"
ng-hide=
"$first"
class=
"pointer fa fa-arrow-up"
></i></td>
<td
style=
"width: 1%"
><i
ng-click=
"_.move(annotations,$index,$index+1)"
ng-hide=
"$last"
class=
"pointer fa fa-arrow-down"
></i></td>
<td
style=
"width: 1%"
>
<a
ng-click=
"removeAnnotation(annotation)"
class=
"btn btn-danger btn-
mini
"
>
<a
ng-click=
"removeAnnotation(annotation)"
class=
"btn btn-danger btn-
small
"
>
<i
class=
"fa fa-remove"
></i>
</a>
</td>
...
...
src/app/partials/dashboard.html
View file @
3be11b98
...
...
@@ -104,7 +104,7 @@
<div
ng-show=
'dashboard.editable'
class=
"row-fluid add-row-panel-hint"
>
<div
class=
"span12"
style=
"text-align:right;"
>
<span
style=
"margin-right: 10px;"
ng-click=
"add_row_default()"
class=
"pointer btn btn-info btn-
mini
"
>
<span
style=
"margin-right: 10px;"
ng-click=
"add_row_default()"
class=
"pointer btn btn-info btn-
small
"
>
<span><i
class=
"fa fa-plus"
></i>
ADD ROW
</span>
</span>
</div>
...
...
src/app/partials/dasheditor.html
View file @
3be11b98
...
...
@@ -54,7 +54,7 @@
<td><i
ng-click=
"_.move(dashboard.rows,$index,$index-1)"
ng-hide=
"$first"
class=
"pointer fa fa-arrow-up"
></i></td>
<td><i
ng-click=
"_.move(dashboard.rows,$index,$index+1)"
ng-hide=
"$last"
class=
"pointer fa fa-arrow-down"
></i></td>
<td>
<a
ng-click=
"dashboard.rows = _.without(dashboard.rows,row)"
class=
"btn btn-danger btn-
mini
"
>
<a
ng-click=
"dashboard.rows = _.without(dashboard.rows,row)"
class=
"btn btn-danger btn-
small
"
>
<i
class=
"fa fa-remove"
></i>
</a>
</td>
...
...
src/app/partials/roweditor.html
View file @
3be11b98
...
...
@@ -41,7 +41,7 @@
<td><i
ng-click=
"_.move(row.panels,$index,$index-1)"
ng-hide=
"$first"
class=
"pointer fa fa-arrow-up"
></i></td>
<td><i
ng-click=
"_.move(row.panels,$index,$index+1)"
ng-hide=
"$last"
class=
"pointer fa fa-arrow-down"
></i></td>
<td>
<a
ng-click=
"row.panels = _.without(row.panels,panel)"
class=
"btn btn-danger btn-
mini
"
>
<a
ng-click=
"row.panels = _.without(row.panels,panel)"
class=
"btn btn-danger btn-
small
"
>
<i
class=
"fa fa-remove"
></i>
</a>
</td>
...
...
src/app/partials/templating_editor.html
View file @
3be11b98
...
...
@@ -31,7 +31,7 @@
{{variable.query}}
</td>
<td
style=
"width: 1%"
>
<a
ng-click=
"edit(variable)"
class=
"btn btn-success btn-
mini
"
>
<a
ng-click=
"edit(variable)"
class=
"btn btn-success btn-
small
"
>
<i
class=
"fa fa-edit"
></i>
Edit
</a>
...
...
@@ -39,7 +39,7 @@
<td
style=
"width: 1%"
><i
ng-click=
"_.move(variables,$index,$index-1)"
ng-hide=
"$first"
class=
"pointer fa fa-arrow-up"
></i></td>
<td
style=
"width: 1%"
><i
ng-click=
"_.move(variables,$index,$index+1)"
ng-hide=
"$last"
class=
"pointer fa fa-arrow-down"
></i></td>
<td
style=
"width: 1%"
>
<a
ng-click=
"removeVariable(variable)"
class=
"btn btn-danger btn-
mini
"
>
<a
ng-click=
"removeVariable(variable)"
class=
"btn btn-danger btn-
small
"
>
<i
class=
"fa fa-remove"
></i>
</a>
</td>
...
...
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