Add NodePort and Loadbalancer to services web ui
Remove PublicIPs
This commit is contained in:
@@ -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(', ');
|
||||
}
|
||||
|
Reference in New Issue
Block a user