Revision 53144
Added by Alessia Bardi about 5 years ago
modules/dnet-modular-repositories-ui/trunk/src/main/resources/eu/dnetlib/web/resources/html/ngApiMdstoreInfo.html | ||
---|---|---|
10 | 10 |
<span ng-hide="id" ng-class="{'text-success' : total > 0, 'text-danger' : total == 0}"> |
11 | 11 |
<b>Total:</b> {{total}} |
12 | 12 |
</span> |
13 |
<a ng-show="id" href="mdstoreInspector.do#/inspect.do/{{id}}">
|
|
13 |
<a ng-show="id" href="inspector/mdstore.do?{{id}}">
|
|
14 | 14 |
<b>Total:</b> {{total}} |
15 | 15 |
</a> |
16 | 16 |
</span> |
17 |
</div> |
|
17 |
</div> |
Also available in: Unified diff
Using the old mdstore inspector in repo UI.