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
9500eb8a
Commit
9500eb8a
authored
Sep 21, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: minor singlestat update
parent
1887c4f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
public/app/plugins/panel/singlestat/editor.html
+4
-4
No files found.
public/app/plugins/panel/singlestat/editor.html
View file @
9500eb8a
...
...
@@ -5,13 +5,13 @@
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
ng-show=
"ctrl.dataType === 'timeseries'"
>
<label
class=
"gf-form-label width-6"
>
Stat
</label>
<div
class=
"gf-form-select-wrapper width-
7
"
>
<div
class=
"gf-form-select-wrapper width-
12
"
>
<select
class=
"gf-form-input"
ng-model=
"ctrl.panel.valueName"
ng-options=
"f.value as f.text for f in ctrl.valueNameOptions"
ng-change=
"ctrl.refresh()"
></select>
</div>
</div>
<div
class=
"gf-form"
ng-show=
"ctrl.dataType === 'table'"
>
<label
class=
"gf-form-label width-6"
>
Column
</label>
<div
class=
"gf-form-select-wrapper width-
7
"
>
<div
class=
"gf-form-select-wrapper width-
12
"
>
<select
class=
"gf-form-input"
ng-model=
"ctrl.panel.tableColumn"
ng-options=
"f for f in ctrl.tableColumnOptions"
ng-change=
"ctrl.refresh()"
></select>
</div>
</div>
...
...
@@ -26,7 +26,7 @@
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-6"
>
Prefix
</label>
<input
type=
"text"
class=
"gf-form-input width-
7
"
ng-model=
"ctrl.panel.prefix"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<input
type=
"text"
class=
"gf-form-input width-
12
"
ng-model=
"ctrl.panel.prefix"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<label
class=
"gf-form-label width-6"
>
Font size
</label>
<div
class=
"gf-form-select-wrapper"
>
<select
class=
"gf-form-input"
ng-model=
"ctrl.panel.prefixFontSize"
ng-options=
"f for f in ctrl.fontSizes"
ng-change=
"ctrl.render()"
></select>
...
...
@@ -36,7 +36,7 @@
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-6"
>
Postfix
</label>
<input
type=
"text"
class=
"gf-form-input width-
7
"
ng-model=
"ctrl.panel.postfix"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<input
type=
"text"
class=
"gf-form-input width-
12
"
ng-model=
"ctrl.panel.postfix"
ng-change=
"ctrl.render()"
ng-model-onblur
>
<label
class=
"gf-form-label width-6"
>
Font size
</label>
<div
class=
"gf-form-select-wrapper"
>
<select
class=
"input-small gf-form-input"
ng-model=
"ctrl.panel.postfixFontSize"
ng-options=
"f for f in ctrl.fontSizes"
ng-change=
"ctrl.render()"
></select>
...
...
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