fixed broken html on login page
This commit is contained in:
@@ -1,36 +0,0 @@
|
|||||||
<div ng-controller="MetricKeysCtrl" ng-init="init()">
|
|
||||||
<h5>Load metrics keys into elastic search</h5>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Work in progress...
|
|
||||||
</p>
|
|
||||||
<!-- <div class="row-fluid">
|
|
||||||
<div class="span12">
|
|
||||||
<label class="small">Load metrics recursive starting from this metric path</label>
|
|
||||||
<input type="text" class="input-xlarge" ng-model="metricPath"> </input>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row-fluid" style="margin-top: 15px;">
|
|
||||||
<div class="span12">
|
|
||||||
<button class="btn btn-success" ng-click="createIndex()">Clear/Create index</button>
|
|
||||||
<button class="btn btn-success" ng-click="loadMetricsFromPath()">Load from metric path</button>
|
|
||||||
<button class="btn btn-danger" ng-click="loadAll()">Load all</button>
|
|
||||||
<tip>Load all will fetch all metrics in one call, can be intensive for graphite and for the browser if you have a lot of metrics</tip>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row-fluid" style="margin-top: 15px;">
|
|
||||||
<div class="span12" ng-show="infoText" style="padding-top: 10px;">
|
|
||||||
{{infoText}}
|
|
||||||
</div>
|
|
||||||
<div class="span12 alert alert-error" ng-show="errorText">
|
|
||||||
{{errorText}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row-fluid" ng-show="metricCounter">
|
|
||||||
<div class="span12" style="padding-top: 10px;">
|
|
||||||
Metrics indexed: {{metricCounter}}
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
Password
|
Password
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input type="password" class="tight-form-input last" required ng-model="loginModel.password" id="inputPassword" style="width: 246px" placeholder="password"
|
<input type="password" class="tight-form-input last" required ng-model="loginModel.password" id="inputPassword" style="width: 246px" placeholder="password">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user