magnum-ui/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html
Shu Muto 2f01c46a40 Add update action for cluster template
This patch adds update action as item action into
cluster template table and details view.

To be available updating 'lables', needs to fix bug/1638863

Change-Id: Iee1eec7bc7d232e743d3420a98f7ee3128d3f7f1
Implements: blueprint baymodel-update
2017-01-30 13:14:40 +09:00

12 lines
551 B
HTML

<dl>
<dt translate>Cluster Template Name</dt>
<dd translate>An arbitrary human-readable name</dd>
<dt translate>Container Orchestration Engine</dt>
<dd translate>Specify the Container Orchestration Engine to use.</dd>
<dt translate>Public</dt>
<dd translate>Make cluster template public. Default: False</dd>
<dt translate>Enable Registry</dt>
<dd translate>Enable docker registry in the cluster temlate. Default: False</dd>
<dt translate>Disable TLS</dt>
<dd translate>Disable TLS in the cluster template. Default: False</dd>
</dl>