|
|
@ -10,17 +10,17 @@ |
|
|
|
<div class="login-inner-box"> |
|
|
|
<div class="login-inner-box"> |
|
|
|
|
|
|
|
|
|
|
|
<form name="loginForm"> |
|
|
|
<form name="loginForm"> |
|
|
|
<input type="text" required ng-model="loginModel.email" id="inputEmail" placeholder="Email"> |
|
|
|
<input type="text" required ng-model="loginModel.email" id="inputEmail" placeholder="Email"> |
|
|
|
|
|
|
|
|
|
|
|
<input type="password" required ng-model="loginModel.password" id="inputPassword" placeholder="Password"> |
|
|
|
<input type="password" required ng-model="loginModel.password" id="inputPassword" placeholder="Password"> |
|
|
|
|
|
|
|
|
|
|
|
<label class="checkbox"> |
|
|
|
<label class="checkbox"> |
|
|
|
<input type="checkbox" ng-model="loginModel.remember" ng-checked="login.remember"> Remember me |
|
|
|
<input type="checkbox" ng-model="loginModel.remember" ng-checked="login.remember"> Remember me |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
<button type="submit" ng-click="login()" class="btn btn-success" style="margin-bottom: 20px"> |
|
|
|
<button type="submit" ng-click="login()" class="btn btn-success" style="margin-bottom: 20px"> |
|
|
|
Sign in |
|
|
|
Sign in |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
|
|
<div class="alert alert-error" ng-show="loginError"> |
|
|
|
<div class="alert alert-error" ng-show="loginError"> |
|
|
@ -42,4 +42,16 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="clearfix"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row" style="margin-top: 100px"> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|