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
453eebba
Commit
453eebba
authored
Mar 08, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(graph): convert query options to gf-form
parent
252568c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
49 deletions
+45
-49
public/app/plugins/datasource/graphite/partials/query.options.html
+45
-49
No files found.
public/app/plugins/datasource/graphite/partials/query.options.html
View file @
453eebba
<section
class=
"grafana-metric-options"
>
<div
class=
"
tight-form
"
>
<
ul
class=
"tight-form-list
"
>
<
li
class=
"tight-form-item tight-form-item-icon
"
>
<section
class=
"grafana-metric-options
gf-form-group
"
>
<div
class=
"
gf-form-inline
"
>
<
div
class=
"gf-form
"
>
<
span
class=
"gf-form-label
"
>
<i
class=
"fa fa-wrench"
></i>
</li>
<li
class=
"tight-form-item"
>
Cache timeout
</li>
<li>
<input
type=
"text"
class=
"input-mini tight-form-input"
ng-model=
"ctrl.panelCtrl.panel.cacheTimeout"
bs-tooltip=
"'Graphite parameter to override memcache default timeout (unit is seconds)'"
data-placement=
"right"
spellcheck=
'false'
placeholder=
"60"
></input>
</li>
<li
class=
"tight-form-item"
>
Max data points
</li>
<li>
<input
type=
"text"
class=
"input-mini tight-form-input"
ng-model=
"ctrl.panelCtrl.panel.maxDataPoints"
bs-tooltip=
"'Override max data points, automatically set to graph width in pixels.'"
data-placement=
"right"
ng-model-onblur
ng-change=
"ctrl.panelCtrl.refresh()"
spellcheck=
'false'
placeholder=
"auto"
></input>
</li>
</ul>
<div
class=
"clearfix"
></div>
</span>
<span
class=
"gf-form-label width-8"
>
Cache timeout
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
"ctrl.panelCtrl.panel.cacheTimeout"
bs-tooltip=
"'Graphite parameter to override memcache default timeout (unit is seconds)'"
data-placement=
"right"
spellcheck=
'false'
placeholder=
"60"
>
</input>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Max data points
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
"ctrl.panelCtrl.panel.maxDataPoints"
bs-tooltip=
"'Override max data points, automatically set to graph width in pixels.'"
data-placement=
"right"
ng-model-onblur
ng-change=
"ctrl.panelCtrl.refresh()"
spellcheck=
'false'
placeholder=
"auto"
>
</input>
</div>
</div>
<div
class=
"
tight-form last
"
>
<
ul
class=
"tight-form-list
"
>
<
li
class=
"tight-form-item tight-form-item-icon
"
>
<div
class=
"
gf-form-inline
"
>
<
div
class=
"gf-form
"
>
<
span
class=
"gf-form-label width-12
"
>
<i
class=
"fa fa-info-circle"
></i>
</li>
<li
class=
"tight-form-item"
>
<a
ng-click=
"ctrl.panelCtrl.toggleEditorHelp(1);"
bs-tooltip=
"'click to show helpful info'"
data-placement=
"bottom"
>
shorter legend names
</a>
</li>
<li
class=
"tight-form-item"
>
</span>
<span
class=
"gf-form-label width-12"
>
<i
class=
"fa fa-info-circle"
></i>
<a
ng-click=
"ctrl.panelCtrl.toggleEditorHelp(2);"
bs-tooltip=
"'click to show helpful info'"
data-placement=
"bottom"
>
series as parameters
</a>
</li>
<li
class=
"tight-form-item"
>
</span>
<span
class=
"gf-form-label width-7"
>
<i
class=
"fa fa-info-circle"
></i>
<a
ng-click=
"ctrl.panelCtrl.toggleEditorHelp(3)"
bs-tooltip=
"'click to show helpful info'"
data-placement=
"bottom"
>
stacking
</a>
</li>
<li
class=
"tight-form-item"
>
</span>
<span
class=
"gf-form-label width-8"
>
<i
class=
"fa fa-info-circle"
></i>
<a
ng-click=
"ctrl.panelCtrl.toggleEditorHelp(4)"
bs-tooltip=
"'click to show helpful info'"
data-placement=
"bottom"
>
templating
</a>
</li>
<li
class=
"tight-form-item"
>
</span>
<span
class=
"gf-form-label width-10"
>
<i
class=
"fa fa-info-circle"
></i>
<a
ng-click=
"ctrl.panelCtrl.toggleEditorHelp(5)"
bs-tooltip=
"'click to show helpful info'"
data-placement=
"bottom"
>
max data points
</a>
</li>
</ul>
<div
class=
"clearfix"
></div>
</span>
</div>
</div>
</section>
<div
class=
"editor-row"
>
<div
class=
"pull-left"
style=
"margin-top: 30px;"
>
<div
class=
"pull-left"
>
<div
class=
"grafana-info-box span8"
ng-if=
"ctrl.panelCtrl.editorHelpIndex === 1"
>
<h5>
Shorter legend names
</h5>
...
...
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