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
2a45e879
Commit
2a45e879
authored
Feb 24, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(panel_timesettings): tight-form -> gf-form
parent
87cb0c2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
56 deletions
+31
-56
public/app/features/panel/partials/panelTime.html
+31
-56
No files found.
public/app/features/panel/partials/panelTime.html
View file @
2a45e879
<div
class=
"editor-row"
>
<div
class=
"section tight-form-container"
style=
"margin-bottom: 20px"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item tight-form-item-icon"
>
<i
class=
"fa fa-clock-o"
></i>
</li>
<li
class=
"tight-form-item"
style=
"width: 178px"
>
<strong>
Override relative time
</strong>
</li>
<li
class=
"tight-form-item"
style=
"width: 50px"
>
Last
</li>
<li>
<input
type=
"text"
class=
"input-small tight-form-input last"
placeholder=
"1h"
empty-to-null
ng-model=
"ctrl.panel.timeFrom"
valid-time-span
ng-change=
"ctrl.refresh()"
ng-model-onblur
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item tight-form-item-icon"
>
<i
class=
"fa fa-clock-o"
></i>
</li>
<li
class=
"tight-form-item"
style=
"width: 178px"
>
<strong>
Add time shift
</strong>
</li>
<li
class=
"tight-form-item"
style=
"width: 50px"
>
Amount
</li>
<li>
<input
type=
"text"
class=
"input-small tight-form-input last"
placeholder=
"1h"
empty-to-null
ng-model=
"ctrl.panel.timeShift"
valid-time-span
ng-change=
"ctrl.refresh()"
ng-model-onblur
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item tight-form-item-icon"
>
<i
class=
"fa fa-clock-o"
></i>
</li>
<li
class=
"tight-form-item"
style=
"width: 178px"
>
<strong>
Hide time override info
</strong>
</li>
<li
class=
"tight-form-item last"
>
<input
class=
"cr1"
id=
"ctrl.panel.hideTimeOverride"
type=
"checkbox"
ng-model=
"ctrl.panel.hideTimeOverride"
ng-checked=
"ctrl.panel.hideTimeOverride"
ng-change=
"ctrl.refresh()"
>
<label
for=
"ctrl.panel.hideTimeOverride"
class=
"cr1"
></label>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<i
class=
"fa fa-clock-o"
></i>
</span>
<span
class=
"gf-form-label width-12"
>
Override relative time
</span>
<span
class=
"gf-form-label width-6"
>
Last
</span>
<input
type=
"text"
class=
"gf-form-input max-width-8"
placeholder=
"1h"
empty-to-null
ng-model=
"ctrl.panel.timeFrom"
valid-time-span
ng-change=
"ctrl.refresh()"
ng-model-onblur
>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<i
class=
"fa fa-clock-o"
></i>
</span>
<span
class=
"gf-form-label width-12"
>
Add time shift
</span>
<span
class=
"gf-form-label width-6"
>
Amount
</span>
<input
type=
"text"
class=
"gf-form-input max-width-8"
placeholder=
"1h"
empty-to-null
ng-model=
"ctrl.panel.timeShift"
valid-time-span
ng-change=
"ctrl.refresh()"
ng-model-onblur
>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<i
class=
"fa fa-clock-o"
></i>
</span>
<editor-checkbox
text=
"Hide time override info"
model=
"ctrl.panel.hideTimeOverride"
change=
"ctrl.refresh()"
></editor-checkbox>
</div>
</div>
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