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
7ad72ba9
Commit
7ad72ba9
authored
Jan 15, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): minor style fixes to pages
parent
36e8af05
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
28 additions
and
27 deletions
+28
-27
public/app/features/admin/partials/orgs.html
+1
-1
public/app/features/admin/partials/users.html
+3
-3
public/app/features/apps/partials/edit.html
+1
-1
public/app/features/apps/partials/list.html
+2
-2
public/app/features/dashboard/partials/globalAlerts.html
+2
-2
public/app/features/datasources/partials/list.html
+1
-0
public/app/features/org/partials/orgApiKeys.html
+3
-3
public/app/features/org/partials/orgDetails.html
+11
-10
public/app/features/org/partials/orgUsers.html
+1
-1
public/app/features/playlist/partials/playlists.html
+1
-1
public/app/features/profile/partials/password.html
+1
-2
public/app/features/profile/partials/profile.html
+1
-1
No files found.
public/app/features/admin/partials/orgs.html
View file @
7ad72ba9
...
...
@@ -4,7 +4,7 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<h2>
Organizations
...
...
public/app/features/admin/partials/users.html
View file @
7ad72ba9
...
...
@@ -5,11 +5,11 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<h
2
>
<h
1
>
Users
</h
2
>
</h
1
>
<table
class=
"filter-table form-inline"
>
<thead>
...
...
public/app/features/apps/partials/edit.html
View file @
7ad72ba9
...
...
@@ -5,7 +5,7 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"apps-side-box"
>
<div
class=
"apps-side-box-logo"
>
<img
src=
"{{ctrl.appModel.info.logos.large}}"
>
...
...
public/app/features/apps/partials/list.html
View file @
7ad72ba9
...
...
@@ -4,9 +4,9 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
ng-init=
"ctrl.init()"
>
<h
2>
Apps
</h2
>
<h
1>
Apps
</h1
>
<div
ng-if=
"!ctrl.apps"
>
<em>
No apps defined
</em>
...
...
public/app/features/dashboard/partials/globalAlerts.html
View file @
7ad72ba9
...
...
@@ -4,9 +4,9 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<h
2>
Global alerts
</h2
>
<h
1>
Global alerts
</h1
>
<div
class=
"filter-controls-filters"
>
<div
class=
"tight-form last"
>
...
...
public/app/features/datasources/partials/list.html
View file @
7ad72ba9
...
...
@@ -10,6 +10,7 @@
</a>
<h1>
Data sources
</h1>
<br>
<div
ng-if=
"datasources.length === 0"
>
<em>
No data sources defined
</em>
...
...
public/app/features/org/partials/orgApiKeys.html
View file @
7ad72ba9
...
...
@@ -4,11 +4,11 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<h
2
>
<h
1
>
API Keys
</h
2
>
</h
1
>
<form
name=
"addTokenrForm"
class=
"form-inline tight-form last"
>
<ul
class=
"tight-form-list"
>
...
...
public/app/features/org/partials/orgDetails.html
View file @
7ad72ba9
<topnav
icon=
"fa fa-fw fa-users"
title=
"Organization"
subnav=
"true"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
href=
"org"
>
Info
</a></li>
<li
class=
"active"
><a
href=
"org"
>
Preferences
</a></li>
</ul>
</topnav>
<div
class=
"page-container"
>
<div
class=
"page"
>
<h
2>
Organization
</h2
>
<h
1>
Organization
</h1
>
<div
class=
"tight-form-section"
>
<h5>
Info
</h5>
<section
class=
"simple-box"
>
<h3
class=
"simple-box-header"
>
Preferences
</h3>
</section>
<form
name=
"orgForm"
>
<div
class=
"tight-form last"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 100px"
>
Org. n
ame
N
ame
</li>
<li>
<input
type=
"text"
required
ng-model=
"org.name"
class=
"tight-form-input last"
style=
"width: 475px"
>
...
...
@@ -27,11 +28,12 @@
<br>
<button
type=
"submit"
class=
"pull-right btn btn-success"
ng-click=
"update()"
>
Update
</button>
<br>
</form>
</div>
<div
class=
"tight-form-section"
>
<h5>
Address
</h5>
<section
class=
"simple-box"
>
<h3
class=
"simple-box-header"
>
Address
</h3>
</section>
<form
name=
"addressForm"
>
<div
class=
"tight-form"
>
...
...
@@ -88,11 +90,10 @@
<br>
<button
type=
"submit"
class=
"pull-right btn btn-success"
ng-click=
"updateAddress()"
>
Update
</button>
<br>
</form>
</div>
</div>
</div>
public/app/features/org/partials/orgUsers.html
View file @
7ad72ba9
...
...
@@ -4,7 +4,7 @@
</ul>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<button
class=
"btn btn-inverse pull-right"
ng-click=
"openInviteModal()"
>
...
...
public/app/features/playlist/partials/playlists.html
View file @
7ad72ba9
<topnav
icon=
"fa fa-fw fa-list"
title=
"Playlists"
></topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<button
type=
"submit"
class=
"btn btn-inverse pull-right"
ng-click=
"createPlaylist()"
>
...
...
public/app/features/profile/partials/password.html
View file @
7ad72ba9
<topnav
title=
"
{{contextSrv.user.name}}"
section=
"P
rofile"
icon=
"fa fa-user"
subnav=
"true"
>
<topnav
title=
"
Profile"
title-url=
"p
rofile"
icon=
"fa fa-user"
subnav=
"true"
>
<ul
class=
"nav"
>
<li><a
href=
"profile"
>
Overview
</a></li>
<li
class=
"active"
><a
href=
"profile/password"
>
Change password
</a></li>
</ul>
</topnav>
...
...
public/app/features/profile/partials/profile.html
View file @
7ad72ba9
<topnav
title=
"Account"
title-url=
"profile"
icon=
"fa fa-fw fa-user"
>
</topnav>
<div
class=
"page-container"
style=
"background: transparent; border: 0;"
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<h1>
Account
&
Preferences
</h1>
...
...
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