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
a0e37a00
Commit
a0e37a00
authored
Apr 16, 2019
by
Johannes Schill
Committed by
Torkel Ödegaard
Apr 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TimePicker: Re-add apply button in time picker (#16619)
parent
318182cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
public/app/features/dashboard/components/TimePicker/template.html
+3
-7
No files found.
public/app/features/dashboard/components/TimePicker/template.html
View file @
a0e37a00
...
...
@@ -39,7 +39,7 @@
<div
class=
"popover-box__header"
>
<span
class=
"popover-box__title"
>
Custom range
</span>
</div>
<form
name=
"timeForm"
class=
"popover-box__body gf-timepicker-absolute-section"
>
<form
name=
"timeForm"
class=
"popover-box__body gf-timepicker-absolute-section
max-width-28
"
>
<label
class=
"small"
>
From:
</label>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form max-width-28"
>
...
...
@@ -73,15 +73,11 @@
<datepicker
ng-model=
"ctrl.absolute.toJs"
class=
"gf-timepicker-component"
show-weeks=
"false"
starting-day=
"ctrl.firstDayOfWeek"
ng-change=
"ctrl.absoluteToChanged()"
></datepicker>
</div>
<!-- <label class="small">Refreshing every:</label>
<div class="gf-form-inline">
<div class="gf-form max-width-28">
<select ng-model="ctrl.refresh.value" class="gf-form-input input-medium" ng-options="f.value as f.text for f in ctrl.refresh.options"></select>
</div>
<div
class=
"gf-form gf-form--flex-end m-t-1"
>
<div
class=
"gf-form"
>
<button
type=
"submit"
class=
"btn gf-form-btn btn-primary"
ng-click=
"ctrl.applyCustom();"
ng-disabled=
"!timeForm.$valid"
>
Apply
</button>
</div>
</div>
-->
</div>
</form>
</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