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
8a142d91
Commit
8a142d91
authored
Sep 17, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed duplicate label, added input for panel.size. Closes #481
parent
de22a1ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/app/panels/map/editor.html
+6
-2
No files found.
src/app/panels/map/editor.html
View file @
8a142d91
<div
class=
"row-fluid"
>
<div
class=
"span3"
>
<form>
<h6>
Field
<tip>
2 letter country or state code
</tip></h6>
<h6>
Field
</h6>
<input
bs-typeahead=
"fields.list"
type=
"text"
class=
"input-small"
ng-model=
"panel.field
"
>
<h6>
Field
<tip>
2 letter country or state code
</tip></h6>
<input
bs-typeahead=
"fields.list"
type=
"text"
class=
"input-small"
ng-model=
"panel.field"
ng-change=
"set_refresh(true)
"
>
</form>
</div>
<div
class=
"span2"
>
<h6>
Max
<tip>
Maximum countries to plot
</tip></h6>
<input
class=
"input-mini"
type=
"number"
ng-model=
"panel.size"
ng-change=
"set_refresh(true)"
>
</div>
<div
class=
"span1"
><h6>
Map
</h6>
<select
ng-change=
"$emit('render')"
class=
"input-small"
ng-model=
"panel.map"
ng-options=
"f for f in ['world','europe','usa']"
></select>
</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