SystemMonitor: Add device column to filesystems tab

This commit is contained in:
Your Name 2019-11-04 18:23:05 +01:00 committed by Andreas Kling
commit e46b251d61
Notes: sideshowbarker 2024-07-19 11:23:13 +09:00

View file

@ -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) {