castellan-ui/castellan_ui/static/dashboard/castellan/manages/details/overview.html

16 lines
589 B
HTML

<div ng-controller="horizon.dashboard.castellan.manages.OverviewController as ctrl">
<div class="row">
<div class="col-md-12 detail">
<h3 translate>Manage</h3>
<hr>
<hz-resource-property-list
resource-type-name="OS::Castellan::Manage"
cls="dl-horizontal"
item="ctrl.manage"
property-groups="[['name', 'description', 'enabled'],
['size', 'temperature', 'base', 'flavor', 'topping'],
['id', 'created_at', 'updated_at']]">
</hz-resource-property-list>
</div>
</div>
</div>