Fix image URL for cluster template overview
Change-Id: Ifab511cf25c5a09417e503c1d0982117b56a3870
This commit is contained in:
parent
5be1860336
commit
0256f55560
@ -23,7 +23,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt translate>Image ID</dt>
|
<dt translate>Image ID</dt>
|
||||||
<dd><a href="project/images/{$ ctrl.image_uuid $}/" target="_self">{$ ctrl.cluster_template.image_id $}</a></dd>
|
<dd><a href="project/images/{$ ctrl.cluster_template.image_id $}/" target="_self">{$ ctrl.cluster_template.image_id $}</a></dd>
|
||||||
<dt translate>Keypair</dt>
|
<dt translate>Keypair</dt>
|
||||||
<dd ng-if="ctrl.cluster_template.keypair_id!==null"><a href="project/key_pairs/{$ ctrl.cluster_template.keypair_id $}/" target="_self">{$ ctrl.cluster_template.keypair_id $}</a></dd>
|
<dd ng-if="ctrl.cluster_template.keypair_id!==null"><a href="project/key_pairs/{$ ctrl.cluster_template.keypair_id $}/" target="_self">{$ ctrl.cluster_template.keypair_id $}</a></dd>
|
||||||
<dd ng-if="ctrl.cluster_template.keypair_id===null">-</dd>
|
<dd ng-if="ctrl.cluster_template.keypair_id===null">-</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user