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
36e8af05
Commit
36e8af05
authored
Jan 15, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(more style updates)
parent
2bfded3c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
15 deletions
+22
-15
public/app/features/profile/partials/password.html
+6
-6
public/app/features/profile/partials/profile.html
+16
-9
No files found.
public/app/features/profile/partials/password.html
View file @
36e8af05
...
...
@@ -8,14 +8,14 @@
<div
class=
"page-container"
>
<div
class=
"page"
>
<h
2>
Change password
</h2
>
<h
1>
Change password
</h1
>
<form
name=
"userForm"
>
<div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 100px"
>
<strong>
Old Password
</strong>
Old Password
</li>
<li>
<input
type=
"password"
required
ng-model=
"command.oldPassword"
class=
"input-xxlarge tight-form-input last"
>
...
...
@@ -23,10 +23,10 @@
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
style=
"margin-top: 5px"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 100px"
>
<strong>
New Password
</strong>
New Password
</li>
<li>
<input
type=
"password"
required
ng-model=
"command.newPassword"
ng-minlength=
"4"
class=
"input-xxlarge tight-form-input last"
>
...
...
@@ -34,10 +34,10 @@
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
style=
"margin-top: 5px"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 100px"
>
<strong>
Confirm New
</strong>
Confirm New
</li>
<li>
<input
type=
"password"
required
ng-model=
"command.confirmNew"
ng-minlength=
"4"
class=
"input-xxlarge tight-form-input last"
>
...
...
public/app/features/profile/partials/profile.html
View file @
36e8af05
<topnav
title=
"{{contextSrv.user.name}}"
section=
"Profile"
icon=
"fa fa-fw fa-user"
subnav=
"true"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
href=
"profile"
>
Overview
</a></li>
<li><a
href=
"profile/password"
>
Change password
</a></li>
</ul>
<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-wide"
>
<h
2>
Profile
</h2
>
<h
1>
Account
&
Preferences
</h1
>
<section
class=
"simple-box"
>
<h3
class=
"simple-box-header"
>
Preferences
</h3>
</section>
<form
name=
"userForm"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
...
...
@@ -58,10 +57,18 @@
</div>
<br>
<button
type=
"submit"
class=
"pull-right btn btn-success"
ng-click=
"update()"
>
Update
</button>
<div
class=
"clearfix"
></div>
</form>
<h3>
Organizations
</h3>
<section
class=
"simple-box"
>
<a
class=
"btn btn-inverse btn-small pull-right"
href=
"profile/password"
style=
"margin: 7px 10px 0 0"
>
Change Password
</a>
<h3
class=
"simple-box-header"
>
Password
</h3>
</section>
<section
class=
"simple-box"
>
<h3
class=
"simple-box-header"
>
Organizations
</h3>
<table
class=
"filter-table form-inline"
>
<thead>
<tr>
...
...
@@ -85,7 +92,7 @@
</tr>
</tbody>
</table>
</div>
</div>
</section>
</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