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
63cc794f
Commit
63cc794f
authored
Jun 10, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small style fix to login page
parent
fca6c85a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
57 deletions
+59
-57
public/app/partials/login.html
+59
-57
No files found.
public/app/partials/login.html
View file @
63cc794f
...
...
@@ -17,52 +17,54 @@
</div>
<form
name=
"loginForm"
class=
"login-form"
>
<div
class=
"tight-form"
ng-if=
"loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 78px"
>
<strong>
User
</strong>
</li>
<li>
<input
type=
"text"
name=
"username"
class=
"tight-form-input last"
required
ng-model=
'formModel.user'
placeholder=
"email or username"
style=
"width: 253px"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
ng-if=
"loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 78px"
>
<strong>
Password
</strong>
</li>
<li>
<input
type=
"password"
name=
"password"
class=
"tight-form-input last"
required
ng-model=
"formModel.password"
id=
"inputPassword"
style=
"width: 253px"
placeholder=
"password"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-from-container"
>
<div
class=
"tight-form"
ng-if=
"loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 78px"
>
<strong>
User
</strong>
</li>
<li>
<input
type=
"text"
name=
"username"
class=
"tight-form-input last"
required
ng-model=
'formModel.user'
placeholder=
"email or username"
style=
"width: 253px"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
ng-if=
"loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 78px"
>
<strong>
Password
</strong>
</li>
<li>
<input
type=
"password"
name=
"password"
class=
"tight-form-input last"
required
ng-model=
"formModel.password"
id=
"inputPassword"
style=
"width: 253px"
placeholder=
"password"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
ng-if=
"!loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 79px"
>
<strong>
Email
</strong>
</li>
<li>
<input
type=
"email"
class=
"tight-form-input last"
required
ng-model=
'formModel.email'
placeholder=
"email"
style=
"width: 253px"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
ng-if=
"!loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 79px"
>
<strong>
Email
</strong>
</li>
<li>
<input
type=
"email"
class=
"tight-form-input last"
required
ng-model=
'formModel.email'
placeholder=
"email"
style=
"width: 253px"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
ng-if=
"!loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 79px"
>
<strong>
Password
</strong>
</li>
<li>
<input
type=
"password"
class=
"tight-form-input last"
watch-change=
"formModel.password = inputValue;"
ng-minlength=
"4"
required
ng-model=
'formModel.password'
placeholder=
"password"
style=
"width: 253px"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
ng-if=
"!loginMode"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 79px"
>
<strong>
Password
</strong>
</li>
<li>
<input
type=
"password"
class=
"tight-form-input last"
watch-change=
"formModel.password = inputValue;"
ng-minlength=
"4"
required
ng-model=
'formModel.password'
placeholder=
"password"
style=
"width: 253px"
>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
ng-if=
"!loginMode"
style=
"margin-left: 97px; width: 254px;"
>
<password-strength
password=
"formModel.password"
></password-strength>
...
...
@@ -87,23 +89,23 @@
with Github
</a>
</div>
</div>
</div>
<div
class=
"row"
style=
"margin-top: 40px"
>
<div
class=
"text-center"
>
<a
href=
"user/password/send-reset-email"
>
Forgot your password?
</a>
<div
class=
"row"
style=
"margin-top: 40px"
>
<div
class=
"text-center"
>
<a
href=
"user/password/send-reset-email"
>
Forgot your password?
</a>
</div>
</div>
</div>
<div
class=
"row"
style=
"margin-top: 50px"
>
<div
class=
"version-footer text-center small"
>
Grafana version: {{buildInfo.version}}, commit: {{buildInfo.commit}},
build date: {{buildInfo.buildstamp | date: 'yyyy-MM-dd HH:mm:ss' }}
<div
class=
"row"
style=
"margin-top: 50px"
>
<div
class=
"version-footer text-center small"
>
Grafana version: {{buildInfo.version}}, commit: {{buildInfo.commit}},
build date: {{buildInfo.buildstamp | date: 'yyyy-MM-dd HH:mm:ss' }}
</div>
</div>
</div>
</div>
</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