fixes(#1773): Empty state columns
This commit is contained in:
parent
939047dfef
commit
e886da4a66
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ const ImagesTable = () => {
|
|||
<Table variant="compact" data-testid="images-table">
|
||||
<Thead>
|
||||
<Tr>
|
||||
<Th />
|
||||
<Th style={{ minWidth: itemCount === 0 ? '30px' : 'auto' }} />
|
||||
<Th>Image name</Th>
|
||||
<Th>Created/Updated</Th>
|
||||
<Th>Release</Th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue