Skip to content
Snippets Groups Projects

Issue #3292101: Add the function to delete AWS Cloud instance in the SPA

Merged Issue #3292101: Add the function to delete AWS Cloud instance in the SPA
All threads resolved!
All threads resolved!
Files
11
@@ -24,6 +24,18 @@ const AWS_CLOUD_INSTANCE_TEMPLATE: EntityFormTemplate[] = [
}
]
},
{
cloudServiceProvider: 'aws_cloud',
entityName: 'instance',
actionType: 'delete',
entityRecords: [
{
type: 'label',
text: 'Are you sure you want to delete the {{name}} {{entityName}}?',
}
],
submitButtonLabel: 'Delete'
},
{
cloudServiceProvider: 'aws_cloud',
entityName: 'instance',
Loading