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
ff15a90e
Commit
ff15a90e
authored
Jun 25, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(login): fixes broken validation for login
parent
638a8a15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
public/app/partials/login.html
+4
-4
No files found.
public/app/partials/login.html
View file @
ff15a90e
...
...
@@ -17,7 +17,7 @@
</button>
</div>
<form
name=
"loginForm"
class=
"login-form gf-form-group"
ng-
if
=
"allowUserPassLogin"
>
<form
name=
"loginForm"
class=
"login-form gf-form-group"
ng-
show
=
"allowUserPassLogin"
>
<div
class=
"gf-form"
ng-if=
"loginMode"
>
<span
class=
"gf-form-label width-7"
>
User
</span>
<input
type=
"text"
name=
"username"
class=
"gf-form-input max-width-14"
required
ng-model=
'formModel.user'
placeholder=
{{loginHint}}
>
...
...
@@ -40,7 +40,7 @@
</form>
<div
ng-if=
"loginMode"
>
<div
class=
"text-center login-divider"
ng-
if
=
"oauthEnabled && allowUserPassLogin"
>
<div
class=
"text-center login-divider"
ng-
show
=
"oauthEnabled && allowUserPassLogin"
>
<div
class=
"login-divider-line"
>
<span
class=
"login-divider-text"
>
Or login with
...
...
@@ -50,7 +50,7 @@
<div
class=
"clearfix"
></div>
<div
class=
"login-oauth text-center"
ng-
if
=
"oauthEnabled"
>
<div
class=
"login-oauth text-center"
ng-
show
=
"oauthEnabled"
>
<a
class=
"btn btn-large btn-google"
href=
"login/google"
target=
"_self"
ng-if=
"googleAuthEnabled"
>
<i
class=
"fa fa-google"
></i>
with Google
...
...
@@ -64,7 +64,7 @@
<div
class=
"clearfix"
></div>
<div
class=
"text-center password-recovery"
ng-
if
=
"allowUserPassLogin"
>
<div
class=
"text-center password-recovery"
ng-
show
=
"allowUserPassLogin"
>
<div
class=
"text-center"
>
<a
href=
"user/password/send-reset-email"
>
Forgot your password?
...
...
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