1
Fork 0
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:
Your Name 2019-11-04 18:23:05 +01:00 committed by Andreas Kling
parent f215f0c226
commit e46b251d61

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