Skip to content

Commit

Permalink
fix(amazon/instanceDetails): Fix typo (#8764)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
vigneshm and mergify[bot] committed Nov 30, 2020
1 parent 5ae377c commit a22f725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ module(AMAZON_INSTANCE_DETAILS_INSTANCE_DETAILS_CONTROLLER, [
const constantActions = [
{ label: 'Reboot', triggerAction: this.rebootInstance },
{ label: 'Terminate', triggerAction: this.terminateInstance },
{ label: 'Terminate and Shrink Server Gorup', triggerAction: this.terminateInstanceAndShrinkServerGroup },
{ label: 'Terminate and Shrink Server Group', triggerAction: this.terminateInstanceAndShrinkServerGroup },
];
const conditionalActions = [];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ module(TITUS_INSTANCE_DETAILS_INSTANCE_DETAILS_CONTROLLER, [
const constructTaskActions = () => {
const constantActions = [
{ label: 'Terminate', triggerAction: this.terminateInstance },
{ label: 'Terminate and Shrink Server Gorup', triggerAction: this.terminateInstanceAndShrinkServerGroup },
{ label: 'Terminate and Shrink Server Group', triggerAction: this.terminateInstanceAndShrinkServerGroup },
];
const conditionalActions = [];

Expand Down

0 comments on commit a22f725

Please sign in to comment.