mirror of https://github.com/portainer/portainer
feat(stacks): hide redeploy for orphaned stacks [EE-5784] (#10841)
parent
a58b4f479b
commit
a305fe9e4c
|
@ -109,6 +109,8 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<!-- !associate -->
|
<!-- !associate -->
|
||||||
|
|
||||||
|
<div ng-if="!orphaned">
|
||||||
<stack-redeploy-git-form
|
<stack-redeploy-git-form
|
||||||
ng-if="stack.GitConfig && !stack.FromAppTemplate && !state.actionInProgress"
|
ng-if="stack.GitConfig && !stack.FromAppTemplate && !state.actionInProgress"
|
||||||
model="stack.GitConfig"
|
model="stack.GitConfig"
|
||||||
|
@ -128,6 +130,7 @@
|
||||||
>
|
>
|
||||||
</stack-duplication-form>
|
</stack-duplication-form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</uib-tab>
|
</uib-tab>
|
||||||
<!-- !tab-info -->
|
<!-- !tab-info -->
|
||||||
<!-- tab-file -->
|
<!-- tab-file -->
|
||||||
|
|
Loading…
Reference in New Issue