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
fa06040e
Commit
fa06040e
authored
Feb 13, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): updated playlist, other other minor fixes
parent
eae4bb74
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
35 deletions
+12
-35
public/app/features/playlist/partials/playlist.html
+8
-31
public/less/overrides.less
+1
-1
public/less/playlist.less
+3
-3
No files found.
public/app/features/playlist/partials/playlist.html
View file @
fa06040e
...
...
@@ -2,51 +2,28 @@
</navbar>
<div
class=
"page-container"
ng-form=
"playlistEditForm"
>
<div
class=
"page"
>
<h1
ng-show=
"ctrl.isNew()"
>
New Playlist
</h1>
<h1
ng-show=
"!ctrl.isNew()"
>
Edit Playlist
</h1>
<h3>
Name and interval
</h3>
<div
style=
"margin-bottom: 10px;"
>
<div>
<div
class=
"norm-form"
>
<ul
class=
"norm-form-list"
>
<li
class=
"norm-form-item"
style=
"width: 100px"
>
Name
</li>
<li>
<input
type=
"text"
required
ng-model=
"ctrl.playlist.name"
class=
"input-xlarge norm-form-input"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label gf-size-s"
>
Name
</span>
<input
type=
"text"
required
ng-model=
"ctrl.playlist.name"
class=
"gf-form-input gf-form-size-xl"
>
</div>
<div
class=
"norm-form last"
>
<ul
class=
"norm-form-list"
>
<li
class=
"norm-form-item"
style=
"width: 100px"
>
Interval
</li>
<li>
<input
type=
"text"
required
ng-model=
"ctrl.playlist.interval"
placeholder=
"5m"
class=
"input-xlarge norm-form-input"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label gf-size-s"
>
Interval
</span>
<input
type=
"text"
required
ng-model=
"ctrl.playlist.interval"
placeholder=
"5m"
class=
"gf-form-input gf-form-s"
>
</div>
</div>
<br>
</div>
</div>
<div
class=
"row"
>
<div
class=
"span5 pull-left"
>
<div
class=
"row"
style=
"max-width: 400px"
>
<h5>
Add dashboards
</h5>
<div
style=
""
>
<playlist-search
class=
"playlist-search-container"
search-started=
"ctrl.searchStarted(promise)"
></playlist-search>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"span5 pull-left"
ng-if=
"ctrl.filteredDashboards.length > 0"
>
...
...
public/less/overrides.less
View file @
fa06040e
...
...
@@ -182,7 +182,7 @@ form input.ng-invalid {
.row-open {
margin-top: 5px;
left:-
34
px;
left:-
28
px;
position: absolute;
z-index: 100;
transition: .10s left;
...
...
public/less/playlist.less
View file @
fa06040e
...
...
@@ -14,9 +14,9 @@
}
.playlist-search-switches {
position:
relativ
e;
top:
-39
px;
left: 260
px;
position:
absolut
e;
top:
8
px;
right: 11
px;
}
.playlist-search-field-wrapper {
...
...
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