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
995f1749
Commit
995f1749
authored
Feb 20, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): updated influxdb datasource edit forms
parent
eb787adc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
44 deletions
+25
-44
public/app/plugins/datasource/influxdb/partials/config.html
+25
-44
No files found.
public/app/plugins/datasource/influxdb/partials/config.html
View file @
995f1749
<datasource-http-settings
current=
"ctrl.current"
>
</datasource-http-settings>
<h
4>
InfluxDB Details
</h4
>
<h
3
class=
"page-heading"
>
InfluxDB Details
</h3
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 80px"
>
Database
</li>
<li>
<input
type=
"text"
class=
"tight-form-input input-large"
ng-model=
'ctrl.current.database'
placeholder=
""
required
></input>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 80px"
>
User
</li>
<li>
<input
type=
"text"
class=
"tight-form-input input-large"
ng-model=
'ctrl.current.user'
placeholder=
""
required
></input>
</li>
<li
class=
"tight-form-item"
>
Password
</li>
<li>
<input
type=
"password"
class=
"tight-form-input input-large"
ng-model=
'ctrl.current.password'
placeholder=
""
required
></input>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-size-max-xxxl"
>
<span
class=
"gf-form-label gf-size-sm"
>
Database
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
'ctrl.current.database'
placeholder=
""
required
></input>
</div>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-size-max-xxl"
>
<span
class=
"gf-form-label gf-size-sm"
>
User
</span>
<input
type=
"text"
class=
"gf-form-input"
ng-model=
'ctrl.current.user'
placeholder=
""
required
></input>
</div>
<div
class=
"gf-form gf-size-max-xxl"
>
<span
class=
"gf-form-label gf-size-sm"
>
Password
</span>
<input
type=
"password"
class=
"gf-form-input"
ng-model=
'ctrl.current.password'
placeholder=
""
required
></input>
</div>
</div>
</div>
<br>
<h4>
Default query settings
</h4>
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 200px"
>
Group by time interval
</li>
<li>
<input
type=
"text"
class=
"input-medium tight-form-input input-xlarge"
ng-model=
"ctrl.current.jsonData.timeInterval"
spellcheck=
'false'
placeholder=
"example: >10s"
>
</li>
<li
class=
"tight-form-item"
>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form gf-size-max-xxl"
>
<span
class=
"gf-form-label"
>
Default group by time
</span>
<input
type=
"text"
class=
"gf-form-input gf-size-xs"
ng-model=
"ctrl.current.jsonData.timeInterval"
spellcheck=
'false'
placeholder=
"example: >10s"
></input>
<i
class=
"fa fa-question-circle"
bs-tooltip=
"'Set a low limit by having a greater sign: example: >10s'"
data-placement=
"right"
></i>
</li>
</ul>
<div
class=
"clearfix"
></div>
</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