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

pull/1581/head
Anthony Lapenna 2018-01-20 11:31:26 +01:00 committed by GitHub
parent c3ba9e6a53
commit e1bf9599ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ angular.module('ui').component('stackServicesDatatable', {
orderBy: '@', orderBy: '@',
reverseOrder: '<', reverseOrder: '<',
nodes: '<', nodes: '<',
publicURL: '<', publicUrl: '<',
showTextFilter: '<' showTextFilter: '<'
} }
}); });