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
48b66924
Commit
48b66924
authored
Oct 15, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: minor button changes
parent
9b7d346d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
public/app/features/alerting/partials/notifications_list.html
+1
-2
public/app/features/org/partials/orgUsers.html
+1
-2
public/app/features/plugins/partials/ds_edit.html
+1
-1
public/app/features/plugins/partials/ds_list.html
+0
-1
No files found.
public/app/features/alerting/partials/notifications_list.html
View file @
48b66924
...
...
@@ -4,8 +4,7 @@
<div
class=
"page-header"
>
<page-h1
model=
"ctrl.navModel"
></page-h1>
<a
href=
"alerting/notification/new"
class=
"btn btn-primary pull-right"
>
<i
class=
"fa fa-plus"
></i>
<a
href=
"alerting/notification/new"
class=
"btn btn-success pull-right"
>
New Channel
</a>
</div>
...
...
public/app/features/org/partials/orgUsers.html
View file @
48b66924
...
...
@@ -4,8 +4,7 @@
<div
class=
"page-header"
>
<page-h1
model=
"ctrl.navModel"
></page-h1>
<button
class=
"btn btn-primary"
ng-click=
"ctrl.openAddUsersView()"
ng-hide=
"ctrl.externalUserMngLinkUrl"
>
<i
class=
"fa fa-plus"
></i>
<button
class=
"btn btn-success"
ng-click=
"ctrl.openAddUsersView()"
ng-hide=
"ctrl.externalUserMngLinkUrl"
>
<span>
{{ctrl.addUsersBtnName}}
</span>
</button>
...
...
public/app/features/plugins/partials/ds_edit.html
View file @
48b66924
...
...
@@ -57,7 +57,7 @@
</plugin-component>
</rebuild-on-change>
<div
ng-if=
"ctrl.testing"
class=
"gf-form-group"
>
<div
ng-if=
"ctrl.testing"
class=
"gf-form-group
section
"
>
<h5
ng-show=
"!ctrl.testing.done"
>
Testing....
<i
class=
"fa fa-spiner fa-spin"
></i></h5>
<div
class=
"alert-{{ctrl.testing.status}} alert"
ng-show=
"ctrl.testing.done"
>
<div
class=
"alert-icon"
>
...
...
public/app/features/plugins/partials/ds_list.html
View file @
48b66924
...
...
@@ -6,7 +6,6 @@
<page-h1
model=
"ctrl.navModel"
></page-h1>
<a
class=
"page-header__cta btn btn-success"
href=
"datasources/new"
>
<i
class=
"fa fa-plus"
></i>
Add data source
</a>
</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