fix(stack-details): fix broken link for services published ports (#1578)
parent
c3ba9e6a53
commit
e1bf9599ef
app/directives/ui/datatables/stack-services-datatable
|
@ -9,7 +9,7 @@ angular.module('ui').component('stackServicesDatatable', {
|
|||
orderBy: '@',
|
||||
reverseOrder: '<',
|
||||
nodes: '<',
|
||||
publicURL: '<',
|
||||
publicUrl: '<',
|
||||
showTextFilter: '<'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue