mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
smaller spinner
This commit is contained in:
@@ -556,7 +556,7 @@ const Devices = () => {
|
|||||||
</Header>
|
</Header>
|
||||||
<Body>
|
<Body>
|
||||||
{tableList.length === 0 && (
|
{tableList.length === 0 && (
|
||||||
<CircularProgress sx={{ margin: 1 }} size={24} />
|
<CircularProgress sx={{ margin: 1 }} size={18} />
|
||||||
)}
|
)}
|
||||||
{tableList.map((device: Device) => (
|
{tableList.map((device: Device) => (
|
||||||
<Row key={device.id} item={device}>
|
<Row key={device.id} item={device}>
|
||||||
|
|||||||
Reference in New Issue
Block a user