Skip to content
Snippets Groups Projects
Commit 345fa78f authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

Merge branch 'CE-3434-table-stripes-and-hover' into 'develop'

CE-3434: Table stripes and hover

See merge request !587
parents d1380680 d7bc0ced
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!587CE-3434: Table stripes and hover
Pipeline #212202 passed
......@@ -156,7 +156,6 @@ export const IOCTable = ({
pagination={pagination}
onPage={onPage}
loading={loading}
disableHover
/>
);
};
......@@ -43,7 +43,6 @@ export function HostTable({ hosts, pagination, onPage, loading }) {
pagination={pagination}
onPage={onPage}
loading={loading}
disableHover
/>
);
}
......@@ -167,7 +167,6 @@ export function RecordTable({
pagination={pagination}
onPage={onPage}
loading={loading}
disableHover
slotProps={{
pagination: { showFirstButton: true, showLastButton: false }
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment