mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix issue on editing app with persisted folder (#6646)
Co-authored-by: Richard Wei <dgui.wei@gmail.com>
This commit is contained in:
parent
2059a9e064
commit
7e28b3ca3f
4 changed files with 74 additions and 69 deletions
|
@ -257,7 +257,7 @@
|
|||
This application is not exposing any port.
|
||||
</div>
|
||||
|
||||
<div ng-if="ctrl.application.PublishedPorts.length > 0">
|
||||
<div ng-if="ctrl.application.Services.length !== 0">
|
||||
<!-- Services notice -->
|
||||
<div>
|
||||
<div class="small text-muted">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue