Oleg Nechiporenko created AMBARI-5866:
-----------------------------------------
Summary: Populate actions drop down of Slider App details page
Key: AMBARI-5866
URL: https://issues.apache.org/jira/browse/AMBARI-5866
Project: Ambari
Issue Type: Bug
Components: client
Affects Versions: 1.6.1
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Fix For: 1.6.1
Slider App details page should have an actions dropdown with the following
actions
* Freeze: show when status == RUNNING
* Thaw: show when status == FROZEN
* Flex: show when status != FINISHED
* Destroy: show when status == FROZEN
Except for _Thaw_, all actions will show a confirmation dialog. Hitting OK will
make the call.
* Destroy should call DELETE on the app endpoint
* Freeze and Thaw should call PUT on app endpoint app state being set to FROZEN
or RUNNING.
--
This message was sent by Atlassian JIRA
(v6.2#6252)