We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f215f0c commit e46b251Copy full SHA for e46b251
Applications/SystemMonitor/main.cpp
@@ -219,6 +219,7 @@ RefPtr<GWidget> build_file_systems_tab()
219
Vector<GJsonArrayModel::FieldSpec> df_fields;
220
df_fields.empend("mount_point", "Mount point", TextAlignment::CenterLeft);
221
df_fields.empend("class_name", "Class", TextAlignment::CenterLeft);
222
+ df_fields.empend("device", "Device", TextAlignment::CenterLeft);
223
df_fields.empend(
224
"Size", TextAlignment::CenterRight,
225
[](const JsonObject& object) {
0 commit comments