mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(app): migrate app containers to react [EE-5353] (#9992)
This commit is contained in:
parent
6290e9facc
commit
23295d2736
22 changed files with 312 additions and 297 deletions
|
@ -76,12 +76,6 @@ class KubernetesApplicationHelper {
|
|||
return containers;
|
||||
}
|
||||
|
||||
static associateAllContainersAndApplication(app) {
|
||||
const containers = _.flatMap(_.map(app.Pods, 'Containers'));
|
||||
KubernetesApplicationHelper.associateContainerPersistedFoldersAndConfigurations(app, containers);
|
||||
return containers;
|
||||
}
|
||||
|
||||
static portMappingsFromApplications(applications) {
|
||||
const res = _.reduce(
|
||||
applications,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue