mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
refactor(ui/datatables): migrate views to use datatable component [EE-4064] (#7609)
This commit is contained in:
parent
0f0513c684
commit
fe8e834dbf
90 changed files with 1714 additions and 2717 deletions
18
app/react/components/datatables/NestedTable.css
Normal file
18
app/react/components/datatables/NestedTable.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.inner-datatable {
|
||||
@apply border border-solid rounded-md border-gray-5 th-dark:border-gray-9;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.inner-datatable table thead {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.inner-datatable tr > th:first-child,
|
||||
.inner-datatable tr > td:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.inner-datatable tr > th:last-child,
|
||||
.inner-datatable tr > td:last-child {
|
||||
padding-right: 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue