Skip to content

Commit e46b251

Browse files
Your Nameawesomekling
authored andcommitted
SystemMonitor: Add device column to filesystems tab
1 parent f215f0c commit e46b251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Applications/SystemMonitor/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ RefPtr<GWidget> build_file_systems_tab()
219219
Vector<GJsonArrayModel::FieldSpec> df_fields;
220220
df_fields.empend("mount_point", "Mount point", TextAlignment::CenterLeft);
221221
df_fields.empend("class_name", "Class", TextAlignment::CenterLeft);
222+
df_fields.empend("device", "Device", TextAlignment::CenterLeft);
222223
df_fields.empend(
223224
"Size", TextAlignment::CenterRight,
224225
[](const JsonObject& object) {

0 commit comments

Comments
 (0)