drives page

This commit is contained in:
Aaron Greenspan
2021-01-06 20:24:19 -07:00
committed by Aiden McClelland
parent 31318687bf
commit 0cd2a32b24
16 changed files with 173 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ export interface DiskInfo {
export interface DiskPartition {
logicalname: string,
isMounted: boolean, // Do not let them back up to this if true
isMounted: boolean, // We do not allow backups to mounted partitions
size: string | null,
label: string | null,
}