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
6c617ba2
Commit
6c617ba2
authored
Feb 22, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(annotations): rearrange missplaced save button
parent
f225bb00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
public/app/features/annotations/partials/editor.html
+7
-3
No files found.
public/app/features/annotations/partials/editor.html
View file @
6c617ba2
...
@@ -64,7 +64,8 @@
...
@@ -64,7 +64,8 @@
</div>
</div>
</div>
</div>
<div
class=
"gf-form-group annotations-basic-settings"
ng-if=
"mode === 'edit' || mode === 'new'"
>
<div
class=
"annotations-basic-settings"
ng-if=
"mode === 'edit' || mode === 'new'"
>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form gf-size-max-xxl"
>
<div
class=
"gf-form gf-size-max-xxl"
>
<span
class=
"gf-form-label width-10"
>
Name
</span>
<span
class=
"gf-form-label width-10"
>
Name
</span>
...
@@ -92,16 +93,19 @@
...
@@ -92,16 +93,19 @@
<span
class=
"checkbox-label"
>
Line color
</span>
<span
class=
"checkbox-label"
>
Line color
</span>
</div>
</div>
</div>
</div>
</div>
<rebuild-on-change
property=
"currentAnnotation.datasource"
>
<rebuild-on-change
property=
"currentAnnotation.datasource"
>
<plugin-component
type=
"annotations-query-ctrl"
>
<plugin-component
type=
"annotations-query-ctrl"
>
</plugin-component>
</plugin-component>
</rebuild-on-change>
</rebuild-on-change>
<div
class=
"gf-button-group"
>
<div
class=
"gf-form"
>
<button
ng-show=
"mode === 'new'"
type=
"button"
class=
"btn btn-success"
ng-click=
"add()"
>
Add
</button>
<div
class=
"gf-form-button-row"
>
<button
ng-show=
"mode === 'new'"
type=
"button"
class=
"btn gf-form-button btn-success"
ng-click=
"add()"
>
Add
</button>
<button
ng-show=
"mode === 'edit'"
type=
"button"
class=
"btn btn-success pull-left"
ng-click=
"update();"
>
Update
</button>
<button
ng-show=
"mode === 'edit'"
type=
"button"
class=
"btn btn-success pull-left"
ng-click=
"update();"
>
Update
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</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