2f01c46a40
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
12 lines
551 B
HTML
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> |