mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
ui: external drives omits fully mounted drives
This commit is contained in:
committed by
Aiden McClelland
parent
4f315e9958
commit
271dd3e12d
@@ -488,13 +488,13 @@ const mockApiExternalDisks: DiskInfo[] = [
|
||||
},
|
||||
{
|
||||
logicalname: '/dev/sbd',
|
||||
size: '128GBGB',
|
||||
size: '128GB',
|
||||
description: 'large USB stick',
|
||||
partitions: [
|
||||
{
|
||||
logicalname: 'sdba1',
|
||||
size: '32GB',
|
||||
isMounted: true,
|
||||
isMounted: false,
|
||||
label: 'Partition 1',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user