mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
update wording, docker-compose to docker compose (#7233)
This commit is contained in:
parent
0da4e3ae63
commit
3d4d2b50ae
9 changed files with 14 additions and 14 deletions
|
@ -28,7 +28,7 @@ class KubernetesDeployController {
|
|||
|
||||
this.deployOptions = [
|
||||
buildOption('method_kubernetes', 'fa fa-cubes', 'Kubernetes', 'Kubernetes manifest format', KubernetesDeployManifestTypes.KUBERNETES),
|
||||
buildOption('method_compose', 'fab fa-docker', 'Compose', 'docker-compose format', KubernetesDeployManifestTypes.COMPOSE),
|
||||
buildOption('method_compose', 'fab fa-docker', 'Compose', 'Docker compose format', KubernetesDeployManifestTypes.COMPOSE),
|
||||
];
|
||||
|
||||
this.methodOptions = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue