Add NodePort and Loadbalancer to services web ui

Remove PublicIPs
This commit is contained in:
BC Broussard
2015-05-28 11:48:58 -07:00
parent 19a7e87c06
commit 90b0b5c895
7 changed files with 86 additions and 68 deletions

View File

@@ -86,7 +86,7 @@ app.controller('ListServicesCtrl', [
var n = '';
if(p.name)
n = p.name + ': ';
n = n + p.port;
n = n + p.port;
return n;
}).join(', ');
}