mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Adds quickRunDeployment property (#11340)
Adds the `quickRunDeployment` property to the `ApplicationInstanceModel` interface. This allows the admin app to determine if an application instance is a quick run deployment, which is necessary to block upgrades and restores for those instances. Relates to AAE-39821
This commit is contained in:
@@ -30,6 +30,7 @@ export interface ApplicationInstanceModel {
|
||||
environmentId?: string;
|
||||
environment?: string;
|
||||
lastModifiedAt?: Date;
|
||||
quickRunDeployment?: boolean;
|
||||
}
|
||||
|
||||
export interface Descriptor {
|
||||
|
||||
Reference in New Issue
Block a user