mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-15764] Add rollback property to the model (#8848)
* [AAE-15764] Add rollback property to the model * trigger
This commit is contained in:
committed by
GitHub
parent
efa691b249
commit
377dd5d3a2
@@ -27,6 +27,7 @@ export interface ApplicationInstanceModel {
|
|||||||
icon?: string;
|
icon?: string;
|
||||||
description?: string;
|
description?: string;
|
||||||
connectors?: any;
|
connectors?: any;
|
||||||
|
rollback?: boolean;
|
||||||
descriptor?: Descriptor;
|
descriptor?: Descriptor;
|
||||||
environmentId?: string;
|
environmentId?: string;
|
||||||
environment?: string;
|
environment?: string;
|
||||||
|
Reference in New Issue
Block a user