1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

refactor(environments): migrate table to react [EE-4702] (#8882)

This commit is contained in:
Chaim Lev-Ari 2023-06-18 12:18:55 +07:00 committed by GitHub
parent f7dd73b0f7
commit caf87bb0b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 492 additions and 411 deletions

View file

@ -116,5 +116,9 @@ export function createMockEnvironment(): Environment {
EndTime: '',
StartTime: '',
},
StatusMessage: {
Detail: '',
Summary: '',
},
};
}