mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +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: '@',
|
orderBy: '@',
|
||||||
reverseOrder: '<',
|
reverseOrder: '<',
|
||||||
nodes: '<',
|
nodes: '<',
|
||||||
publicURL: '<',
|
publicUrl: '<',
|
||||||
showTextFilter: '<'
|
showTextFilter: '<'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue