mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
@@ -74,7 +74,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.p-selectable-row td {
|
.p-selectable-row td {
|
||||||
padding: 8px 4px;
|
padding: 4px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-sortable-column > .p-column-header-content > span:last-child {
|
.p-sortable-column > .p-column-header-content > span:last-child {
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ type SystemSignaturesSortSettings = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const SORT_DEFAULT_VALUES: SystemSignaturesSortSettings = {
|
const SORT_DEFAULT_VALUES: SystemSignaturesSortSettings = {
|
||||||
sortField: 'eve_id',
|
sortField: 'updated_at',
|
||||||
sortOrder: 1,
|
sortOrder: -1,
|
||||||
};
|
};
|
||||||
|
|
||||||
interface SystemSignaturesContentProps {
|
interface SystemSignaturesContentProps {
|
||||||
@@ -226,7 +226,7 @@ export const SystemSignaturesContent = ({ systemId, settings }: SystemSignatures
|
|||||||
bodyClassName="p-0 px-1"
|
bodyClassName="p-0 px-1"
|
||||||
field="group"
|
field="group"
|
||||||
body={renderIcon}
|
body={renderIcon}
|
||||||
style={{ maxWidth: 26, minWidth: 26, width: 26 }}
|
style={{ maxWidth: 26, minWidth: 26, width: 26, height: 25 }}
|
||||||
></Column>
|
></Column>
|
||||||
|
|
||||||
<Column
|
<Column
|
||||||
|
|||||||
Reference in New Issue
Block a user