We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc68b3c + b9b8ca2 commit 913e884Copy full SHA for 913e884
app/views/project.html
@@ -38,7 +38,7 @@ <h1 title="{{project | displayName}}">{{project | displayName}}</h1>
38
<div class="col-md-12 gutter-top">
39
40
<!-- Empty states -->
41
- <div ng-if="(services | hashSize) == 0">
+ <div ng-if="(services | hashSize) === 0 && (monopodsByService[''] | hashSize) === 0 && (deploymentsByServiceByDeploymentConfig[''] | hashSize) === 0">
42
<!-- Getting started -->
43
<div ng-if="renderOptions.showGetStarted" class="empty-project text-center">
44
<h2>Get started with your project.</h2>
0 commit comments