We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6b12c commit 49db2beCopy full SHA for 49db2be
src/app/features/containers/pages/container/container.component.html
@@ -183,7 +183,6 @@ <h3>{{ tag.name }}</h3>
183
<ng-container *ngTemplateOutlet="testingMissingInstructions; context: { section: 'GUI' }"></ng-container>
184
}
185
186
- {{ containerMetadata.test_invocation_specific.length > 0 && containerMetadata.test_data_url.length > 0 }}
187
@if (containerMetadata.test_invocation_specific.length > 0 && containerMetadata.test_data_url.length > 0) {
188
<!-- Has CLI command -->
189
<ng-container *ngTemplateOutlet="testingCLI; context: { containerMetadata: containerMetadata }"></ng-container>
0 commit comments