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
0a677449
Commit
0a677449
authored
Aug 04, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue in dashboard settings modal and timepicker options
parent
6e972332
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/app/panels/timepicker/editor.html
+2
-2
src/app/partials/dasheditor.html
+1
-1
No files found.
src/app/panels/timepicker/editor.html
View file @
0a677449
...
...
@@ -2,11 +2,11 @@
<div
class=
"section"
>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Relative time options
<small>
comma seperated
</small></label>
<input
type=
"text"
array-join
class=
"input-large"
ng-model=
"panel.time_options"
>
<input
type=
"text"
array-join
class=
"input-
x
large"
ng-model=
"panel.time_options"
>
</div>
<div
class=
"editor-option"
>
<label
class=
"small"
>
Auto-refresh options
<small>
comma seperated
</small></label>
<input
type=
"text"
array-join
class=
"input-large"
ng-model=
"panel.refresh_intervals"
>
<input
type=
"text"
array-join
class=
"input-
x
large"
ng-model=
"panel.refresh_intervals"
>
</div>
</div>
</div>
src/app/partials/dasheditor.html
View file @
0a677449
...
...
@@ -86,7 +86,7 @@
<ng-include
src=
"'app/partials/import.html'"
></ng-include>
</div>
<div
ng-repeat=
"pulldown in dashboard.nav"
ng-controller=
"SubmenuCtrl"
ng-show=
"editor.index ==
5
+$index"
>
<div
ng-repeat=
"pulldown in dashboard.nav"
ng-controller=
"SubmenuCtrl"
ng-show=
"editor.index ==
4
+$index"
>
<ng-include
ng-show=
"pulldown.enable"
src=
"edit_path(pulldown.type)"
></ng-include>
<button
ng-hide=
"pulldown.enable"
class=
"btn"
ng-click=
"pulldown.enable = true"
>
Enable the {{pulldown.type}}
</button>
</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