mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(stack-details): fix broken link for services published ports (#1578)
This commit is contained in:
parent
c3ba9e6a53
commit
e1bf9599ef
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ angular.module('ui').component('stackServicesDatatable', {
|
|||
orderBy: '@',
|
||||
reverseOrder: '<',
|
||||
nodes: '<',
|
||||
publicURL: '<',
|
||||
publicUrl: '<',
|
||||
showTextFilter: '<'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue