mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
fix(services): use secrets with services only if endpoint API version >= 1.25
This commit is contained in:
parent
02203e7ce5
commit
7c40d2caa9
5 changed files with 13 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
<div ng-if="service.ServicePreferences && applicationState.endpoint.apiVersion >= 1.30" id="service-placement-preferences">
|
||||
<div ng-if="service.ServicePreferences" id="service-placement-preferences">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-tasks" title="Placement preferences">
|
||||
<div class="nopadding">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue