Fix URLs for each resource
Some URLs are changed. So this patch fixes them. * project/ngdetails to ngdetails * project/access_and_security/keypairs to project/key_pairs Change-Id: I101e288392c0aa38b94db782f949b8a5473fd251
This commit is contained in:
parent
212d96b701
commit
6db5050e34
@ -25,7 +25,7 @@
|
||||
<dt translate>Image ID</dt>
|
||||
<dd><a href="project/images/{$ ctrl.image_uuid $}/" 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/access_and_security/keypairs/{$ 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>
|
||||
<dt translate>Flavor ID</dt>
|
||||
<dd>{$ ctrl.cluster_template.flavor_id $}</dd>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="row">
|
||||
<dl class="col-md-5">
|
||||
<dt translate>Cluster Template</dt>
|
||||
<dd><a ng-href="project/ngdetails/OS::Magnum::ClusterTemplate/{$ item.cluster_template_id $}">{$ item.cluster_template_id $}</a></dd>
|
||||
<dd><a ng-href="ngdetails/OS::Magnum::ClusterTemplate/{$ item.cluster_template_id $}">{$ item.cluster_template_id $}</a></dd>
|
||||
</dl>
|
||||
<dl class="col-md-3">
|
||||
<dt translate>Node Addresses</dt>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<hr>
|
||||
<dl class="dl-horizontal">
|
||||
<dt translate>Name</dt>
|
||||
<dd><a ng-href="project/ngdetails/OS::Magnum::ClusterTemplate/{$ ctrl.cluster_template.id $}">{$ ctrl.cluster_template.name|noName $}</a></dd>
|
||||
<dd><a ng-href="ngdetails/OS::Magnum::ClusterTemplate/{$ ctrl.cluster_template.id $}">{$ ctrl.cluster_template.name|noName $}</a></dd>
|
||||
<dt translate>ID</dt>
|
||||
<dd>{$ ctrl.cluster_template.id $}</dd>
|
||||
<dt translate>COE</dt>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<span translate class="h4">Cluster Template Detail</span>
|
||||
<dl class="dl-horizontal">
|
||||
<dt translate>Name</dt>
|
||||
<dd><a ng-href="project/ngdetails/OS::Magnum::ClusterTemplate/{$ ctrl.clusterTemplate.id $}" ng-click="cancel()">
|
||||
<dd><a ng-href="ngdetails/OS::Magnum::ClusterTemplate/{$ ctrl.clusterTemplate.id $}" ng-click="cancel()">
|
||||
{$ ctrl.clusterTemplate.name|noName $}
|
||||
</a></dd>
|
||||
<dt translate>ID</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user