diff --git a/src/ic/ics.js b/src/ic/ics.js index 218c212..49442d8 100644 --- a/src/ic/ics.js +++ b/src/ic/ics.js @@ -333,7 +333,12 @@ class InfrastructureComponents extends Component { + actions={[ + { id: '-1', title: 'Select command', data: { action: 'none' } }, + { id: '0', title: 'Reset', data: { action: 'reset' } }, + { id: '1', title: 'Shutdown', data: { action: 'shutdown' } }, + ]} + /> :