|
@@ -65,26 +65,38 @@
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
<div class="clearfix"></div>
|
|
|
|
|
|
|
|
|
|
+ <div class="text-center login-divider">
|
|
|
|
|
+ <div class="login-divider-line">
|
|
|
|
|
+ <span class="login-divider-text">
|
|
|
|
|
+ Or login with
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="clearfix"></div>
|
|
|
|
|
+
|
|
|
<div class="login-oauth text-center">
|
|
<div class="login-oauth text-center">
|
|
|
- <a class="btn btn-google" href="login/google" target="_self" ng-if="googleAuthEnabled">
|
|
|
|
|
|
|
+ <a class="btn btn-large btn-google" href="login/google" target="_self" ng-if="googleAuthEnabled">
|
|
|
<i class="fa fa-google"></i>
|
|
<i class="fa fa-google"></i>
|
|
|
with Google
|
|
with Google
|
|
|
</a>
|
|
</a>
|
|
|
- <a class="btn btn-github" href="login/github" target="_self" ng-if="githubAuthEnabled">
|
|
|
|
|
|
|
+ <a class="btn btn-large btn-github" href="login/github" target="_self" ng-if="githubAuthEnabled">
|
|
|
<i class="fa fa-github"></i>
|
|
<i class="fa fa-github"></i>
|
|
|
with Github
|
|
with Github
|
|
|
</a>
|
|
</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="text-center password-recovery">
|
|
|
|
|
+ <div class="text-center">
|
|
|
|
|
+ <a href="user/password/send-reset-email">
|
|
|
|
|
+ Forgot your password?
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<div class="row" style="margin-top: 50px">
|
|
<div class="row" style="margin-top: 50px">
|
|
|
<div class="version-footer text-center small">
|
|
<div class="version-footer text-center small">
|
|
|
Grafana version: {{buildInfo.version}}, commit: {{buildInfo.commit}},
|
|
Grafana version: {{buildInfo.version}}, commit: {{buildInfo.commit}},
|