1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-06 14:25:31 +02:00

feat(stacks): hide redeploy for orphaned stacks [EE-5784] (#10841)

This commit is contained in:
Chaim Lev-Ari 2024-01-17 21:45:08 +07:00 committed by GitHub
parent a58b4f479b
commit a305fe9e4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,6 +109,8 @@
</form>
</div>
<!-- !associate -->
<div ng-if="!orphaned">
<stack-redeploy-git-form
ng-if="stack.GitConfig && !stack.FromAppTemplate && !state.actionInProgress"
model="stack.GitConfig"
@ -128,6 +130,7 @@
>
</stack-duplication-form>
</div>
</div>
</uib-tab>
<!-- !tab-info -->
<!-- tab-file -->