This commit is contained in:
Michele Artini 2021-05-13 09:37:17 +02:00
parent 6354adb7a2
commit 4e315b361f
1 changed files with 7 additions and 2 deletions

View File

@ -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>