File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 81
81
</ span >
82
82
</ dd >
83
83
</ dl >
84
- < div ng-if ="routesForService.length " class ="table-responsive small service-table ">
85
- < routes-table routes ="routesForService " services ="services " custom-name-header ="routesForService[0].kind "> </ routes-table >
86
- </ div >
87
- < div ng-if ="(podsForService | hashSize) > 0 " class ="table-responsive small service-table ">
88
- < pods-table pods ="podsForService " active-pods ="podsWithEndpoints " custom-name-header ="podsForService[0].kind "> </ pods-table >
89
- </ div >
90
- < div ng-if ="service.spec.ports.length " class ="table-responsive ">
84
+ < h3 ng-if-start ="service.spec.ports.length "> Ports</ h3 >
85
+ < div ng-if-end class ="table-responsive ">
91
86
< table class ="table table-bordered small service-table ">
92
87
< thead >
93
88
< tr >
@@ -113,6 +108,14 @@ <h1>
113
108
</ tbody >
114
109
</ table >
115
110
</ div >
111
+ < h3 ng-if-start ="routesForService.length "> Routes</ h3 >
112
+ < div ng-if-end class ="table-responsive small ">
113
+ < routes-table routes ="routesForService " services ="services " custom-name-header ="routesForService[0].kind "> </ routes-table >
114
+ </ div >
115
+ < h3 ng-if-start ="(podsForService | hashSize) > 0 "> Pods</ h3 >
116
+ < div ng-if-end class ="table-responsive small ">
117
+ < pods-table pods ="podsForService " active-pods ="podsWithEndpoints " custom-name-header ="podsForService[0].kind "> </ pods-table >
118
+ </ div >
116
119
< annotations annotations ="service.metadata.annotations "> </ annotations >
117
120
</ div >
118
121
</ uib-tab >
You can’t perform that action at this time.
0 commit comments