Skip to content

Commit ab723a7

Browse files
committed
chore: feedback
Signed-off-by: Philip Miglinci <pmig@glasskube.com>
1 parent a6ab745 commit ab723a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/ui/src/app/applications/application-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h3 class="text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
171171
</td>
172172
}
173173
@if (selectedVersionIds().size > 0) {
174-
<td class="px-3 normal-case text-sm" [attr.colspan]="application.type === 'kubernetes' ? 8 : 5">
174+
<td class="px-3 normal-case text-sm" [attr.colspan]="application.type === 'kubernetes' ? 7 : 4">
175175
{{ selectedVersionIds().size }} selected
176176
<button
177177
(click)="bulkArchiveVersions(application)"

0 commit comments

Comments
 (0)