
"bay" and "baymodel" is not common term. This patch renames "bay" to "cluster", and "baymodel" to "cluster template" for 'Soft StringFreeze'[1] in Newton Release Schedule[2]. [1] Soft StringFreeze: Aug 29 - Sep 02 [2] https://releases.openstack.org/newton/schedule.html For translation work, this patch should focus to changing strings to be translated and should be merged soon. So, until "cluster" and "cluster template" is implemented into Magnum API, Magnum-UI uses bay and baymodel of magnumclient. Change-Id: I0db5472c4f19638cc57116101b552ad21fe34651 Implements: blueprint rename-bay-to-cluster
29 lines
886 B
HTML
29 lines
886 B
HTML
<div ng-controller="horizon.dashboard.container-infra.clusters.DrawerController as drawerCtrl">
|
|
<div class="row">
|
|
<span class="rsp-alt-p2">
|
|
<dl class="col-md-5">
|
|
<dt translate>ID</dt>
|
|
<dd>{$ item.id $}</dd>
|
|
</dl>
|
|
<dl class="col-md-3">
|
|
<dt translate>Master Count</dt>
|
|
<dd>{$ item.master_count $}</dd>
|
|
</dl>
|
|
<dl class="col-md-3">
|
|
<dt translate>Node Count</dt>
|
|
<dd>{$ item.node_count $}</dd>
|
|
</dl>
|
|
</span>
|
|
</div>
|
|
<div class="row">
|
|
<dl class="col-md-5">
|
|
<dt translate>Cluster Template</dt>
|
|
<dd><a ng-href="project/ngdetails/OS::Magnum::ClusterTemplate/{$ item.baymodel_id $}">{$ item.baymodel_id $}</a></dd>
|
|
</dl>
|
|
<dl class="col-md-3">
|
|
<dt translate>Node Addresses</dt>
|
|
<dd ng-repeat="addr in item.node_addresses">{$ addr $}</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|