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
b3f2f0fa
Commit
b3f2f0fa
authored
Feb 23, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(import): migrate to gf-form
parent
f788c8cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
public/app/features/dashboard/partials/graphiteImport.html
+12
-13
No files found.
public/app/features/dashboard/partials/graphiteImport.html
View file @
b3f2f0fa
...
...
@@ -3,22 +3,21 @@
<div
ng-if=
"datasources.length > 0"
>
<h2
style=
"margin-top: 30px;"
>
Load dashboard from Graphite-Web
</h2>
<div
class=
"
tight-form last
"
>
<
ul
class=
"tight-form-list
"
>
<
li
class=
"tight-form-item"
style=
"width: 150px
"
>
<s
trong>
Data source
</strong
>
</
li
>
<
li
>
<div
class=
"
gf-form-group
"
>
<
div
class=
"gf-form-inline
"
>
<
div
class=
"gf-form
"
>
<s
pan
class=
"gf-form-label width-10"
>
Data source
</span
>
</
div
>
<
div
class=
"gf-form width-30"
>
<div
class=
"gf-form-select-wrapper"
>
<select
type=
"text"
ng-model=
"options.sourceName"
class=
"
input-medium tight-form-input
"
ng-options=
"f for f in datasources"
>
<select
type=
"text"
ng-model=
"options.sourceName"
class=
"
gf-form-input max-width-10
"
ng-options=
"f for f in datasources"
>
</select>
</div>
</li>
<li
style=
"float: right"
>
<button
class=
"btn btn-inverse tight-form-btn"
ng-click=
"listAll()"
>
List dashboards
</button>
</li>
<div
class=
"clearfix"
></div>
</ul>
</div>
<div
class=
"gf-form"
>
<button
class=
"btn btn-inverse pull-right"
ng-click=
"listAll()"
>
List dashboards
</button>
</div>
</div>
</div>
<table
class=
"grafana-options-table"
style=
"margin-top: 20px;"
>
...
...
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