Fix image URL for cluster template overview

Change-Id: Ifab511cf25c5a09417e503c1d0982117b56a3870
This commit is contained in:
Feilong Wang 2018-10-18 14:41:07 +13:00
parent 5be1860336
commit 0256f55560
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<hr>
<dl class="dl-horizontal">
<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>
<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>