File tree 2 files changed +0
-24
lines changed
2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,6 @@ <h2 class="service" ng-if="!displayRouteByService[serviceId]">
169
169
< div ng-repeat ="(deploymentId, deployment) in deploymentsByServiceByDeploymentConfig[''][deploymentConfigId] track by (deployment | uid) "
170
170
ng-if ="(podsByDeployment[deployment.metadata.name] | hashSize) > 0 ">
171
171
172
- < div class ="components-panel service none ">
173
- < div class ="service ">
174
- < span ng-if ="(deployments | hashSize) > 1 "> There is no service for these deployments.</ span >
175
- < span ng-if ="(deployments | hashSize) == 1 "> There is no service for this deployment.</ span >
176
- </ div >
177
- </ div >
178
-
179
172
< div ng-if ="deploymentConfigs[deploymentConfigId] && deploymentConfigsByService[''][deploymentConfigId] ">
180
173
<!--
181
174
Pods in deployments created from this deployment config will not be routed to by any service.
@@ -200,12 +193,6 @@ <h2 class="service" ng-if="!displayRouteByService[serviceId]">
200
193
201
194
< section ng-repeat ="pod in monopodsByService[''] track by (pod | uid) " class ="components ">
202
195
203
- < div class ="components-panel service none ">
204
- < div class ="service ">
205
- There is no service for this pod.
206
- </ div >
207
- </ div >
208
-
209
196
< overview-monopod pod ="pod "> </ overview-monopod >
210
197
211
198
</ section >
Original file line number Diff line number Diff line change @@ -63718,12 +63718,6 @@ and {{numRemaining}} {{numRemaining == 1 ? "other" : "others"}}
63718
63718
<section ng-repeat="(deploymentConfigId, deployments) in deploymentsByServiceByDeploymentConfig['']" class="components">
63719
63719
63720
63720
<div ng-repeat="(deploymentId, deployment) in deploymentsByServiceByDeploymentConfig[''][deploymentConfigId] track by (deployment | uid)" ng-if="(podsByDeployment[deployment.metadata.name] | hashSize) > 0">
63721
- <div class="components-panel service none">
63722
- <div class="service">
63723
- <span ng-if="(deployments | hashSize) > 1">There is no service for these deployments.</span>
63724
- <span ng-if="(deployments | hashSize) == 1">There is no service for this deployment.</span>
63725
- </div>
63726
- </div>
63727
63721
<div ng-if="deploymentConfigs[deploymentConfigId] && deploymentConfigsByService[''][deploymentConfigId]">
63728
63722
63729
63723
<triggers triggers="deploymentConfigs[deploymentConfigId].spec.triggers"></triggers>
@@ -63734,11 +63728,6 @@ and {{numRemaining}} {{numRemaining == 1 ? "other" : "others"}}
63734
63728
</div>
63735
63729
</section>
63736
63730
<section ng-repeat="pod in monopodsByService[''] track by (pod | uid)" class="components">
63737
- <div class="components-panel service none">
63738
- <div class="service">
63739
- There is no service for this pod.
63740
- </div>
63741
- </div>
63742
63731
<overview-monopod pod="pod"></overview-monopod>
63743
63732
</section>
63744
63733
</div>
You can’t perform that action at this time.
0 commit comments