dnet-core/dnet-modular-ui/src/main/resources/eu/dnetlib/web/resources/html/objectStore/list.html

30 lines
689 B
HTML

<style>
.gridStyle {
width: 100%;
height: 150px;
margin-bottom: 20px;
margin-top: 20px;
font-size: 11px;
}
.gridStyle-big {
width: 100%;
height: 300px;
margin-top: 20px;
margin-bottom: 20px;
font-size: 11px;
}
</style>
<div class="row">
<div class="col-md-12">
<a href="" ng-click="refreshInfo()" class="btn btn-primary btn-sm"><span
class="glyphicon glyphicon-refresh"></span>
Refresh</a>
</div>
<div class="col-md-12" style="height: 100%">
<div class="gridStyle" id="gridObjectstores" ng-grid="gridOptions"></div>
</div>
</div>