mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 08:15:25 +02:00
Revert multiple commits to set it back to tag 2.19 (#10946)
* Revert "docs(dashboard): update link for swarm node [EE-6318] (#10770)" This reverts commit30356d2c15
. * Revert "docs(api): default to pascal case for property name [EE-6471] (#10861)" This reverts commit392819576c
. * Revert "fix(edge/jobs): clear logs [EE-5923] (#10819)" This reverts commite01386f63d
. * Revert "disable html5 validation (#10843)" This reverts commit4b0f08e92a
. * Revert "fix(edgestack): allow to set retry deployment toggle EE-6167 (#10676) (#10805)" This reverts commiteee632b22d
. * Revert "fix(stack): edit git stack validation (#10812)" This reverts commitd3b150b29c
. * Revert "Revert "Revert "fix(rollback): reversed rollback code from 2.19.4 [EE-6435] (#10811)" (#10832)" This reverts commit32e05bb705
. * Revert "fix(setting/ssl): cert files are optional to upload [EE-6139] (#10779)" This reverts commit7408668dbb
. * Revert "fix(endpoint): delete the endpoint proxy when updating an endpoint address [EE-5577] (#10824)" This reverts commit4b5ea01456
. * Revert "fix(swagger): custom template create docs EE-6428 (#10806)" This reverts commit0d55cb3e08
. * Revert "fix(images): sort by tags [EE-6410] (#10755)" This reverts commit7f51c727a0
. * Revert "fix(stacks): sort by date [EE-5766] (#10758)" This reverts commit57b80cd9ac
. * Revert "fix(UI): remember backup settings tab [EE-6347] (#10764)" This reverts commitc20452492d
. * Revert "fix(backup ui): minor typo on backup page EE-6348 (#10717)" This reverts commitd58046eb68
. * Revert "fix(app): shift external to the top [EE-6392] (#10753) (#10802)" This reverts commit4795e85d18
. * Revert "fix(app): update sliders when limits are known [EE-5933] (#10769) (#10801)" This reverts commitd090b0043a
. * Revert "fix(gitops): correct commit hash link [EE-6346] (#10800)" This reverts commit0e59cf76ec
. * Revert "fix toast error (#10804)" This reverts commit9978b88ed4
. * Revert "fix(kube): configmaps and secrets from envFrom in the app detail screen [EE-6282] (#10741) (#10798)" This reverts commitc1a01558d0
. * Revert "fix(stacks): allow editing custom templates before stack deployment EE-6380 (#10713)" This reverts commitf0aa0554f8
. * Reapply "fix(rollback): reversed rollback code from 2.19.4 [EE-6435] (#10811) This reverts commitc58fa274e7
.
This commit is contained in:
parent
d2eb53eb18
commit
6f5d9c357f
29 changed files with 213 additions and 331 deletions
|
@ -18,7 +18,7 @@
|
|||
<p class="text-muted" ng-if="applicationState.endpoint.mode.role === 'MANAGER'">
|
||||
<pr-icon icon="'alert-circle'" mode="'primary'"></pr-icon>
|
||||
Portainer is connected to a node that is part of a Swarm cluster. Some resources located on other nodes in the cluster might not be available for management, have a look at
|
||||
<a href="https://docs.portainer.io/admin/environments/add/swarm/agent" target="_blank">our agent setup</a> for more details.
|
||||
<a href="https://docs.portainer.io/start/install/agent/swarm/linux" target="_blank">our agent setup</a> for more details.
|
||||
</p>
|
||||
<p class="text-muted" ng-if="applicationState.endpoint.mode.role === 'WORKER'">
|
||||
<pr-icon icon="'alert-circle'" mode="'primary'"></pr-icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue