craton-dashboard/craton_dashboard/static/dashboard/project/fleet_management/inventory/details/drawer.html

10 lines
493 B
HTML

<div class="row" ng-controller="horizon.dashboard.project.fleet_management.regions.RegionDrawerController as ctrl">
<div class="col-sm-12">
<div class="col-sm-1" ng-if="ctrl.region.hosts.length > 0" ng-repeat="host in ctrl.region.hosts track by host.id">
<a href="#" class="btn btn-sm btn-default">{$ host.name $}</a>
</div>
<p ng-if="ctrl.region.hosts.length == 0">
<translate>No items to display.</translate>
</p>
</div>
</div>