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

@@ -63,7 +63,7 @@
</div>
<div ng-repeat="(label, value) in replicationController.spec.selector">
<a ng-href="#/dashboard/groups/type/selector/{{label}}={{value}},type=pod">{{label}}={{value}}</a>
<a ng-href="#/dashboard/groups/type/selector/{{label}}={{value}},type=pod">{{label}}: {{value}}</a>
</div>
</td>
</tr>