Add container operations
Add following container operations
* 'start' : as a item action without dialog
* 'stop' : as a item action without dialog
* 'logs' : as a tab on details view
* 'pause' : as a item action without dialog
* 'unpause' : as a item action without dialog
* 'reboot' : as a item action without dialog
* 'exec' : as a item action with dialog includes text input for a command
* 'kill' : as a item action with dialog includes combo-box for a signal
combo-box example code: http://
* 'run': as a checkbox in creation dialog
Blueprint information
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Add container operations
Addressed by: https:/
Add container operations 'reboot', 'pause' and 'unpause'
Addressed by: https:/
Add exec/kill action
Work Items
Work items:
'start' : DONE
'stop' : DONE
'logs' : DONE
'pause' : DONE
'unpause' : DONE
'reboot' : DONE
'exec' : TODO
'kill' : TODO
combo-box example : DONE
'run': TODO