We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ab745 commit ab723a7Copy full SHA for ab723a7
frontend/ui/src/app/applications/application-detail.component.html
@@ -171,7 +171,7 @@ <h3 class="text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
171
</td>
172
}
173
@if (selectedVersionIds().size > 0) {
174
- <td class="px-3 normal-case text-sm" [attr.colspan]="application.type === 'kubernetes' ? 8 : 5">
+ <td class="px-3 normal-case text-sm" [attr.colspan]="application.type === 'kubernetes' ? 7 : 4">
175
{{ selectedVersionIds().size }} selected
176
<button
177
(click)="bulkArchiveVersions(application)"
0 commit comments