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
0525bf5d
Commit
0525bf5d
authored
Feb 24, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(table): tight-form -> gf-form
parent
59d2fe8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
41 deletions
+31
-41
public/app/plugins/datasource/elasticsearch/partials/query.options.html
+29
-39
public/sass/components/_infobox.scss
+2
-2
No files found.
public/app/plugins/datasource/elasticsearch/partials/query.options.html
View file @
0525bf5d
<section
class=
"grafana-metric-options"
>
<div
class=
"
tight-form
"
>
<
ul
class=
"tight-form-list
"
>
<
li
class=
"tight-form-item tight-form-item-icon
"
>
<div
class=
"
gf-form-group
"
>
<
div
class=
"gf-form
"
>
<
span
class=
"gf-form-label
"
>
<i
class=
"fa fa-wrench"
></i>
</li>
<li
class=
"tight-form-item"
>
Group by time interval
</li>
<li>
<input
type=
"text"
class=
"input-medium tight-form-input"
ng-model=
"ctrl.panelCtrl.panel.interval"
ng-blur=
"ctrl.panelCtrl.refresh();"
</span>
<span
class=
"gf-form-label"
>
Group by time interval
</span>
<input
type=
"text"
class=
"gf-form-input max-width-10"
ng-model=
"ctrl.panelCtrl.panel.interval"
ng-blur=
"ctrl.panelCtrl.refresh();"
spellcheck=
'false'
placeholder=
"example: >10s"
>
</li>
<
li
class=
"tight-form-item
"
>
<
span
class=
"gf-form-label
"
>
<i
class=
"fa fa-question-circle"
bs-tooltip=
"'Set a low limit by having a greater sign: example: >60s'"
data-placement=
"right"
></i>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item tight-form-item-icon"
>
<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"
>
alias patterns
</a>
</li>
</ul>
<div
class=
"clearfix"
></div>
</span>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<i
class=
"fa fa-info-circle"
></i>
</span>
<span
class=
"gf-form-label width-23"
>
<a
ng-click=
"ctrl.panelCtrl.toggleEditorHelp(1);"
bs-tooltip=
"'click to show helpful info'"
data-placement=
"bottom"
>
alias patterns
</a>
</span>
</div>
</div>
</section>
<div
class=
"editor-row"
>
<div
class=
"pull-left"
style=
"margin-top: 30px;"
>
<div
class=
"grafana-info-box span6"
ng-if=
"ctrl.panelCtrl.editorHelpIndex === 1"
>
<h5>
Alias patterns
</h5>
<ul
ng-non-bindable
>
<li>
{{term fieldname}} = replaced with value of term group by
</li>
<li>
{{metric}} = replaced with metric name (ex. Average, Min, Max)
</li>
<li>
{{field}} = replaced with the metric field name
</li>
</ul>
</div>
<div
class=
"pull-left"
>
<div
class=
"grafana-info-box"
style=
"border: 0;"
ng-if=
"ctrl.panelCtrl.editorHelpIndex === 1"
>
<h5>
Alias patterns
</h5>
<ul
ng-non-bindable
>
<li>
{{term fieldname}} = replaced with value of term group by
</li>
<li>
{{metric}} = replaced with metric name (ex. Average, Min, Max)
</li>
<li>
{{field}} = replaced with the metric field name
</li>
</ul>
</div>
</div>
public/sass/components/_infobox.scss
View file @
0525bf5d
...
...
@@ -2,7 +2,7 @@
content
:
"\f05a"
;
font-family
:
'FontAwesome'
;
position
:
absolute
;
top
:
-
8
px
;
top
:
-
13
px
;
left
:
-8px
;
font-size
:
20px
;
color
:
$blue
;
...
...
@@ -10,7 +10,7 @@
.grafana-info-box
{
position
:
relative
;
padding
:
5px
15
px
;
padding
:
5px
20
px
;
background-color
:
$tight-form-bg
;
border
:
1px
solid
$tight-form-border
;
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