Skip to content

Commit

Permalink
add a page link for instance type mapping (#1723)
Browse files Browse the repository at this point in the history
* add a page link for instance type mapping

* test

* test

---------

Co-authored-by: Yaqin Li <[email protected]>
  • Loading branch information
liyaqin1 and Yaqin Li authored Sep 27, 2024
1 parent 7958bd3 commit 90ef151
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,9 @@ Vue.component('backup-hosttypes', {
},
backupTypesWarning: function () {
const part1 = "You should only enable this feature with capacity-eng approval. ";
const part2 = "Your enable/disable operation on this feature triggers a notification to capacity-eng.";
const text = part1 + part2;
const part2 = "Your enable/disable operation on this feature triggers a notification to capacity-eng. ";
const part3 = "For all the instance type mapping information, please go to https://deploy.pinadmin.com/clouds/hosttypesmapping";
const text = part1 + part2 + part3;
return text;
}
}
Expand Down

0 comments on commit 90ef151

Please sign in to comment.