1
0
Fork 0
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:
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

View file

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