mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 08:35:07 +00:00
SystemMonitor: Add device column to filesystems tab
This commit is contained in:
parent
f215f0c226
commit
e46b251d61
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ RefPtr<GWidget> build_file_systems_tab()
|
|||
Vector<GJsonArrayModel::FieldSpec> df_fields;
|
||||
df_fields.empend("mount_point", "Mount point", TextAlignment::CenterLeft);
|
||||
df_fields.empend("class_name", "Class", TextAlignment::CenterLeft);
|
||||
df_fields.empend("device", "Device", TextAlignment::CenterLeft);
|
||||
df_fields.empend(
|
||||
"Size", TextAlignment::CenterRight,
|
||||
[](const JsonObject& object) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue