Fix typo in Keypair creation in Launch Instance panel
Change-Id: I42bf21275e12c7f787ea9b5d3ba17ac54288a57c
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<div ng-if="ctrl.isKeypairCreated" class="alert alert-info" role="alert">
|
<div ng-if="ctrl.isKeypairCreated" class="alert alert-info" role="alert">
|
||||||
<p translate>A key pair named '{$ctrl.createdKeypair.name$}' was successfully created. This key pair should automatically download.</p>
|
<p translate>A key pair named '{$ctrl.createdKeypair.name$}' was successfully created. This key pair should automatically download.</p>
|
||||||
<p translate>If not, you can manually dowload this keypair at the following link:</p>
|
<p translate>If not, you can manually download this keypair at the following link:</p>
|
||||||
<a class="btn btn-default" role="button" href="{$ ctrl.createdKeypair.regenerateUrl $}">
|
<a class="btn btn-default" role="button" href="{$ ctrl.createdKeypair.regenerateUrl $}">
|
||||||
<span class="fa fa-download"></span>
|
<span class="fa fa-download"></span>
|
||||||
{$ctrl.createdKeypair.name$}
|
{$ctrl.createdKeypair.name$}
|
||||||
|
Reference in New Issue
Block a user