fix(k8s): fixed force redeployment info text (#6113)

* fix(k8s): fixed force redeployment info text

* feat(stack): added infor text when automatic update is off.
pull/6159/head
fhanportainer 3 years ago committed by GitHub
parent 97b8da9d10
commit 7768d27cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,4 +75,8 @@
</div>
</div>
</div>
<div class="small text-warning" style="margin: 5px 0 10px 0;" ng-if="!$ctrl.model.RepositoryAutomaticUpdates">
<i class="fa fa-exclamation-circle blue-icon" aria-hidden="true"></i>
<span class="text-muted">When enabled, updates from the git repository will occur automatically at an interval or webhook.</span>
</div>
</ng-form>

Loading…
Cancel
Save