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
8161a094
Commit
8161a094
authored
Jan 17, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(password): minor fix for change password page
parent
0cb68b86
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
public/app/core/components/navbar/navbar.html
+1
-1
public/app/features/profile/partials/password.html
+7
-3
public/app/features/profile/partials/profile.html
+3
-3
No files found.
public/app/core/components/navbar/navbar.html
View file @
8161a094
...
...
@@ -13,7 +13,7 @@
<span
class=
"icon-circle top-nav-icon"
>
<i
ng-class=
"ctrl.icon"
></i>
</span>
<a
ng-href=
"{{ctl.titleUrl}}"
class=
"top-nav-title"
>
<a
ng-href=
"{{ct
r
l.titleUrl}}"
class=
"top-nav-title"
>
{{ctrl.title}}
</a>
<i
ng-show=
"ctrl.subnav"
class=
"top-nav-breadcrumb-icon fa fa-angle-right"
></i>
...
...
public/app/features/profile/partials/password.html
View file @
8161a094
<
topnav
title=
"Profile"
title-url=
"profile"
icon=
"fa
fa-user"
subnav=
"true"
>
<
navbar
title=
"Profile"
title-url=
"profile"
icon=
"fa fa-fw
fa-user"
subnav=
"true"
>
<ul
class=
"nav"
>
<li
class=
"active"
><a
href=
"profile/password"
>
Change password
</a></li>
</ul>
</
topnav
>
</
navbar
>
<div
class=
"page-container"
>
<div
class=
"page"
>
...
...
@@ -47,7 +47,11 @@
</div>
<br>
<button
type=
"submit"
class=
"pull-right btn btn-success"
ng-click=
"changePassword()"
>
Change Password
</button>
<div
class=
"pull-right"
>
<button
type=
"submit"
class=
"btn btn-success"
ng-click=
"changePassword()"
>
Change Password
</button>
<a
class=
"btn btn-inverse"
href=
"profile"
>
Cancel
</a>
</div>
</form>
</div>
...
...
public/app/features/profile/partials/profile.html
View file @
8161a094
<
topnav
title=
"Account
"
title-url=
"profile"
icon=
"fa fa-fw fa-user"
>
</
topnav
>
<
navbar
title=
"Profile
"
title-url=
"profile"
icon=
"fa fa-fw fa-user"
>
</
navbar
>
<div
class=
"page-container"
>
<div
class=
"page-wide"
>
<h1>
Account
&
Preferences
</h1>
<h1>
Profile
&
Preferences
</h1>
<section
class=
"simple-box"
>
<h3
class=
"simple-box-header"
>
Preferences
</h3>
...
...
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