1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 22:09:41 +02:00

feat(kubernetes): replace advanced deployment action EE-1544 (#5534)

This commit is contained in:
Anthony Lapenna 2021-09-02 23:30:55 +12:00 committed by GitHub
parent 8d157c2c33
commit 8d54b040f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 17 additions and 31 deletions

View file

@ -1,5 +1,3 @@
require('../../templates/advancedDeploymentPanel.html');
import angular from 'angular';
import _ from 'lodash-es';
import KubernetesStackHelper from 'Kubernetes/helpers/stackHelper';