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
7164412d
Unverified
Commit
7164412d
authored
Mar 13, 2019
by
Torkel Ödegaard
Committed by
GitHub
Mar 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15968 from grafana/move-delete-dashboard
Moved delete button in Dashboard settings
parents
6445d6cb
c96b3995
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
public/app/features/dashboard/components/DashboardSettings/template.html
+5
-3
No files found.
public/app/features/dashboard/components/DashboardSettings/template.html
View file @
7164412d
...
...
@@ -16,9 +16,6 @@
<button
class=
"btn btn-inverse"
ng-click=
"ctrl.openSaveAsModal()"
ng-show=
"ctrl.canSaveAs"
>
Save As...
</button>
<button
class=
"btn btn-danger"
ng-click=
"ctrl.deleteDashboard()"
ng-show=
"ctrl.canDelete"
>
Delete
</button>
</div>
</aside>
...
...
@@ -70,6 +67,11 @@
<select
ng-model=
"ctrl.dashboard.graphTooltip"
class=
'gf-form-input'
ng-options=
"f.value as f.text for f in [{value: 0, text: 'Default'}, {value: 1, text: 'Shared crosshair'},{value: 2, text: 'Shared Tooltip'}]"
></select>
</div>
</div>
<div
class=
"gf-form-button-row"
>
<button
class=
"btn btn-danger"
ng-click=
"ctrl.deleteDashboard()"
ng-show=
"ctrl.canDelete"
>
Delete Dashboard
</button>
</div>
</div>
<div
class=
"dashboard-settings__content"
ng-if=
"ctrl.viewId === 'annotations'"
ng-include=
"'public/app/features/annotations/partials/editor.html'"
>
...
...
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