Skip to content

Commit

Permalink
add a page link for instance type mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 27, 2024
1 parent 7958bd3 commit 2c950df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ 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 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 2c950df

Please sign in to comment.