This commit is contained in:
parent
6354adb7a2
commit
4e315b361f
|
@ -31,10 +31,15 @@
|
|||
|
||||
<p ng-show="mdstores.length > 0">
|
||||
<input type="text" class="form-control form-control-sm" ng-model="mdstoreFilter" placeholder="Filter..."/>
|
||||
<br/>
|
||||
<span class="text-muted"><b>Number of mdstores:</b> {{(mdstores | filter:mdstoreFilter).length}}</span>
|
||||
<hr/>
|
||||
</p>
|
||||
<p>
|
||||
<button class="btn btn-sm btn-primary" ng-click="reload()"><span class="glyphicon glyphicon-refresh"></span> refresh</button>
|
||||
</p>
|
||||
|
||||
<div class="panel panel-primary" ng-repeat="md in mdstores | filter:mdstoreFilter">
|
||||
<div class="panel-heading">{{md.id}}</div>
|
||||
<div class="panel-heading"><span class="label label-info">mdstore {{$index+1}}</span> {{md.id}}</div>
|
||||
|
||||
<table class="table table-striped small">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue