mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Adds lastModifiedAt to application instance (#11257)
Adds the `lastModifiedAt` property to the `ApplicationInstanceModel`. This allows the UI to display the last modification time of a workspace deployment, addressing the requirement to show when a deployment was last modified. Fixes AAE-38881
This commit is contained in:
@@ -32,6 +32,7 @@ export interface ApplicationInstanceModel {
|
|||||||
descriptor?: Descriptor;
|
descriptor?: Descriptor;
|
||||||
environmentId?: string;
|
environmentId?: string;
|
||||||
environment?: string;
|
environment?: string;
|
||||||
|
lastModifiedAt?: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Descriptor {
|
export interface Descriptor {
|
||||||
|
|||||||
Reference in New Issue
Block a user