mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: table alignment
This commit is contained in:
@@ -84,7 +84,7 @@ export function TrackedDomainTable() {
|
|||||||
),
|
),
|
||||||
updatedAt: new Date(d.updatedAt).toLocaleString(),
|
updatedAt: new Date(d.updatedAt).toLocaleString(),
|
||||||
rawDomain: d,
|
rawDomain: d,
|
||||||
options: <Flex gap='4px 0' wrap>
|
options: <Flex wrap justify='space-evenly' align='center' gap='4px 0'>
|
||||||
<Tooltip title={t`Registry Lock`}>
|
<Tooltip title={t`Registry Lock`}>
|
||||||
<Tag
|
<Tag
|
||||||
bordered={false} color={isDomainLocked(d.status, 'server') ? 'green' : 'default'}
|
bordered={false} color={isDomainLocked(d.status, 'server') ? 'green' : 'default'}
|
||||||
@@ -104,7 +104,7 @@ export function TrackedDomainTable() {
|
|||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</Flex>,
|
</Flex>,
|
||||||
state: <Flex wrap justify='center' align='center' gap='4px 0'>
|
state: <Flex wrap justify='space-evenly' align='center' gap='4px 0'>
|
||||||
{
|
{
|
||||||
d.status.includes('auto renew period') ?
|
d.status.includes('auto renew period') ?
|
||||||
<Tooltip title={t`Auto-Renew Grace Period`}>
|
<Tooltip title={t`Auto-Renew Grace Period`}>
|
||||||
|
|||||||
Reference in New Issue
Block a user