Skip to content

Commit ec62dc3

Browse files
author
OpenShift Bot
committed
Merge pull request #3606 from spadgett/remove-no-service-msg
Merged by openshift-bot
2 parents df6fb31 + 0a9be89 commit ec62dc3

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

assets/app/views/project.html

-13
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,6 @@ <h2 class="service" ng-if="!displayRouteByService[serviceId]">
169169
<div ng-repeat="(deploymentId, deployment) in deploymentsByServiceByDeploymentConfig[''][deploymentConfigId] track by (deployment | uid)"
170170
ng-if="(podsByDeployment[deployment.metadata.name] | hashSize) > 0">
171171

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-
179172
<div ng-if="deploymentConfigs[deploymentConfigId] && deploymentConfigsByService[''][deploymentConfigId]">
180173
<!--
181174
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]">
200193

201194
<section ng-repeat="pod in monopodsByService[''] track by (pod | uid)" class="components">
202195

203-
<div class="components-panel service none">
204-
<div class="service">
205-
There is no service for this pod.
206-
</div>
207-
</div>
208-
209196
<overview-monopod pod="pod"></overview-monopod>
210197

211198
</section>

pkg/assets/bindata.go

-11
Original file line numberDiff line numberDiff line change
@@ -63718,12 +63718,6 @@ and {{numRemaining}} {{numRemaining == 1 ? "other" : "others"}}
6371863718
<section ng-repeat="(deploymentConfigId, deployments) in deploymentsByServiceByDeploymentConfig['']" class="components">
6371963719

6372063720
<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>
6372763721
<div ng-if="deploymentConfigs[deploymentConfigId] && deploymentConfigsByService[''][deploymentConfigId]">
6372863722

6372963723
<triggers triggers="deploymentConfigs[deploymentConfigId].spec.triggers"></triggers>
@@ -63734,11 +63728,6 @@ and {{numRemaining}} {{numRemaining == 1 ? "other" : "others"}}
6373463728
</div>
6373563729
</section>
6373663730
<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>
6374263731
<overview-monopod pod="pod"></overview-monopod>
6374363732
</section>
6374463733
</div>

0 commit comments

Comments
 (0)