mirror of https://github.com/portainer/portainer
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
parent
97b8da9d10
commit
7768d27cfc
|
@ -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…
Reference in New Issue