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
85041d29
Commit
85041d29
authored
Feb 23, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(import): minor fixes
parent
590da0ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
public/app/features/dashboard/partials/graphiteImport.html
+4
-4
No files found.
public/app/features/dashboard/partials/graphiteImport.html
View file @
85041d29
<div
ng-controller=
"GraphiteImportCtrl"
ng-init=
"init()"
>
<div
ng-if=
"datasources.length > 0"
>
<h2
style=
"margin-top: 30px;
"
>
Load dashboard from Graphite-Web
</h2>
<h2
class=
"page-heading
"
>
Load dashboard from Graphite-Web
</h2>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Data source
</span>
</div>
<div
class=
"gf-form
width-30
"
>
<div
class=
"gf-form"
>
<div
class=
"gf-form-select-wrapper"
>
<select
type=
"text"
ng-model=
"options.sourceName"
class=
"gf-form-input
max-width-10
"
ng-options=
"f for f in datasources"
>
<select
type=
"text"
ng-model=
"options.sourceName"
class=
"gf-form-input
gf-size-auto
"
ng-options=
"f for f in datasources"
>
</select>
</div>
</div>
<div
class=
"gf-form"
>
<button
class=
"btn btn-
inverse
pull-right"
ng-click=
"listAll()"
>
List dashboards
</button>
<button
class=
"btn btn-
success
pull-right"
ng-click=
"listAll()"
>
List dashboards
</button>
</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