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
65711f4b
Commit
65711f4b
authored
Feb 24, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(settings_meta): move create new button to bottom of page
parent
4531f39c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
59 deletions
+21
-59
public/app/features/dashboard/partials/settings.html
+21
-59
No files found.
public/app/features/dashboard/partials/settings.html
View file @
65711f4b
...
...
@@ -91,68 +91,30 @@
</div>
<div
ng-if=
"editor.index == 4"
>
<div
class=
"row"
>
<h5>
Dashboard info
</h5>
<div
class=
"pull-left tight-form"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 120px"
>
Last updated at:
</li>
<li
class=
"tight-form-item"
style=
"width: 180px"
>
{{formatDate(dashboardMeta.updated)}}
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 120px"
>
Last updated by:
</li>
<li
class=
"tight-form-item"
style=
"width: 180px"
>
{{dashboardMeta.updatedBy}}
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 120px"
>
Created at:
</li>
<li
class=
"tight-form-item"
style=
"width: 180px"
>
{{formatDate(dashboardMeta.created)}}
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 120px"
>
Created by:
</li>
<li
class=
"tight-form-item"
style=
"width: 180px"
>
{{dashboardMeta.createdBy}}
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 120px"
>
Current version:
</li>
<li
class=
"tight-form-item"
style=
"width: 180px"
>
{{dashboardMeta.version}}
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<h5
class=
"section-heading"
>
Dashboard info
</h5>
<div
class=
"gf-form-group"
>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Last updated at:
</span>
<span
class=
"gf-form-label width-18"
>
{{formatDate(dashboardMeta.updated)}}
</span>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Last updated by:
</span>
<span
class=
"gf-form-label width-18"
>
{{dashboardMeta.updatedBy}}
</span>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Created at:
</span>
<span
class=
"gf-form-label width-18"
>
{{formatDate(dashboardMeta.created)}}
</span>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Created by:
</span>
<span
class=
"gf-form-label width-18"
>
{{dashboardMeta.createdBy}}
</span>
</div>
<div
class=
"gf-form"
>
<span
class=
"gf-form-label width-10"
>
Current version:
</span>
<span
class=
"gf-form-label width-18"
>
{{dashboardMeta.version}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"clearfix"
></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