Signature header improvements

This commit is contained in:
Ryan R. Olds
2024-10-06 15:19:58 -07:00
parent 0a478e82ba
commit b0a38eab8c
2 changed files with 8 additions and 7 deletions

View File

@@ -216,7 +216,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
field="group"
body={renderIcon}
style={{ maxWidth: 26, minWidth: 26, width: 26 }}
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
></Column>
<Column
@@ -224,7 +223,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
header="Id"
bodyClassName="text-ellipsis overflow-hidden whitespace-nowrap"
style={{ maxWidth: 72, minWidth: 72, width: 72 }}
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
sortable
></Column>
<Column
@@ -232,7 +230,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
header="Group"
bodyClassName="text-ellipsis overflow-hidden whitespace-nowrap"
hidden={compact}
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
sortable
></Column>
<Column
@@ -242,7 +239,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
body={renderName}
style={{ maxWidth: nameColumnWidth }}
hidden={compact || medium}
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
sortable
></Column>
<Column
@@ -251,7 +247,6 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
dataType="date"
bodyClassName="w-[80px] text-ellipsis overflow-hidden whitespace-nowrap"
body={renderTimeLeft}
headerStyle={{ fontSize: "14px", padding: "0.25rem" }}
sortable
></Column>
</DataTable>