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
b2d8f16a
Commit
b2d8f16a
authored
May 06, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved panel creation button
parent
f24b8186
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
partials/roweditor.html
+4
-3
No files found.
partials/roweditor.html
View file @
b2d8f16a
...
...
@@ -20,13 +20,14 @@
</div>
<div
class=
"row-fluid"
>
<h4>
New Panel
</h4>
<select
class=
"input-medium"
ng-model=
"panel.type"
ng-options=
"f for f in config.modules|stringSort"
></select>
<small>
Select Type
</small>
<form
class=
"input-append"
>
<select
class=
"input-medium input-append"
ng-model=
"panel.type"
ng-options=
"f for f in config.modules|stringSort"
></select>
<small
ng-show=
"!panel.type"
>
Select Type
</small>
<button
ng-show=
"panel.type"
ng-click=
"add_panel(row,panel); reset_panel();"
class=
"btn btn-success "
>
Add
<i
class=
"icon-plus"
></i></button></form>
<div
ng-show=
"!(_.isUndefined(panel.type))"
>
<div
ng-include
src=
"'partials/panelgeneral.html'"
></div>
<div
add-panel=
"{{panel.type}}"
></div>
<button
ng-click=
"add_panel(row,panel); reset_panel();"
class=
"btn btn-primary"
>
Create Panel
</button><br>
</div>
</div>
<div
class=
"row-fluid"
>
...
...
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