mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(password): minor fix for change password page
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<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>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user