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
24d37bed
Unverified
Commit
24d37bed
authored
Feb 03, 2021
by
Rubycut
Committed by
GitHub
Feb 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Remove panelTime.html, closes #30097 (#30842)
parent
52129e24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
39 deletions
+0
-39
public/app/features/panel/partials/panelTime.html
+0
-39
No files found.
public/app/features/panel/partials/panelTime.html
deleted
100644 → 0
View file @
52129e24
<div
class=
"gf-form-group"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<icon
name=
"'clock-nine'"
></icon>
</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
></input>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<icon
name=
"'clock-nine'"
></icon>
</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
></input>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label"
>
<icon
name=
"'clock-nine'"
></icon>
</span>
</div>
<gf-form-switch
class=
"gf-form max-width-30"
label=
"Hide time override info"
label-class=
"width-12"
checked=
"ctrl.panel.hideTimeOverride"
switch-class=
"max-width-6"
on-change=
"ctrl.refresh()"
>
</gf-form-switch>
</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