diff --git a/interface/src/project/DashboardDevices.tsx b/interface/src/project/DashboardDevices.tsx index f7109a565..039e09a83 100644 --- a/interface/src/project/DashboardDevices.tsx +++ b/interface/src/project/DashboardDevices.tsx @@ -133,7 +133,7 @@ const DashboardDevices: FC = () => { Table: ` --data-table-library_grid-template-columns: 200px 130px 40px; height: auto; - max-height: 96%; + max-height: 93%; overflow-y: scroll; ::-webkit-scrollbar { display:none; @@ -484,21 +484,8 @@ const DashboardDevices: FC = () => { - {truncate(coreData.devices[deviceIndex].n, 35)} + {truncate(coreData.devices[deviceIndex].n, 31)}  ({shown_data.length}) - setShowDeviceInfo(true)}> - - - - - - setOnlyFav(!onlyFav)}> - {onlyFav ? ( - - ) : ( - - )} - @@ -508,6 +495,22 @@ const DashboardDevices: FC = () => { + + setShowDeviceInfo(true)}> + + + + + + setOnlyFav(!onlyFav)}> + {onlyFav ? ( + + ) : ( + + )} + + +