From 723af74e6db3fc2b3c97f7a57ad0d8d76f025e2a Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Tue, 13 Oct 2020 16:57:39 +0200 Subject: [PATCH] Fix for command selection in IC list --- src/ic/ics.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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' } }, + ]} + /> :