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:
parent
f7dd73b0f7
commit
caf87bb0b5
28 changed files with 492 additions and 411 deletions
|
@ -116,5 +116,9 @@ export function createMockEnvironment(): Environment {
|
|||
EndTime: '',
|
||||
StartTime: '',
|
||||
},
|
||||
StatusMessage: {
|
||||
Detail: '',
|
||||
Summary: '',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue