plugin volume_details shows filesystem
This commit is contained in:
parent
49e6e9d569
commit
ba0c164e94
4 changed files with 33 additions and 0 deletions
|
@ -137,6 +137,7 @@ class WebInterfaceDataset(dict):
|
|||
is_busy = container.is_busy() and 1 or 0
|
||||
self["Data.CurrentDisk.device"] = container.get_device()
|
||||
self["Data.CurrentDisk.name"] = container.get_name()
|
||||
self["Data.CurrentDisk.fs_type"] = container.get_fs_type()
|
||||
self["Data.CurrentDisk.encryption"] = is_encrypted
|
||||
self["Data.CurrentDisk.plaintext"] = is_plain
|
||||
self["Data.CurrentDisk.active"] = is_mounted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue