fix(stack-details): fix broken link for services published ports (#1578)

This commit is contained in:
Anthony Lapenna
2018-01-20 11:31:26 +01:00
committed by GitHub
parent c3ba9e6a53
commit e1bf9599ef
@@ -9,7 +9,7 @@ angular.module('ui').component('stackServicesDatatable', {
orderBy: '@',
reverseOrder: '<',
nodes: '<',
publicURL: '<',
publicUrl: '<',
showTextFilter: '<'
}
});