Skip to content

Commit

Permalink
fix(amazon): ask if reboot should consider amazon health only (#5156)
Browse files Browse the repository at this point in the history
Some server groups in an application require considering only amazon's health.
  • Loading branch information
kevinawoo authored and Justin Reynolds committed Apr 12, 2018
1 parent 2f65473 commit ecb84af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ module.exports = angular
buttonText: 'Reboot ' + instance.instanceId,
account: instance.account,
provider: 'aws',
platformHealthOnlyShowOverride: app.attributes.platformHealthOnlyShowOverride,
platformHealthType: 'Amazon',
taskMonitorConfig: taskMonitor,
submitMethod: submitMethod,
});
Expand Down

0 comments on commit ecb84af

Please sign in to comment.