1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

implement table filtering on generic object list

This commit is contained in:
checktheroads
2021-04-20 12:45:30 -07:00
parent d171e781d2
commit acca69a8a9
18 changed files with 197 additions and 84 deletions

View File

@@ -452,3 +452,8 @@ div.card-overlay {
color: $secondary;
}
}
div.card > div.card-header > div.table-controls {
max-width: 25%;
width: 100%;
}