From e46b251d61359deae3d874588f70ddb9e8ff05af Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 4 Nov 2019 18:23:05 +0100 Subject: [PATCH] SystemMonitor: Add device column to filesystems tab --- Applications/SystemMonitor/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/SystemMonitor/main.cpp b/Applications/SystemMonitor/main.cpp index a5f1f4f457..4898fac21b 100644 --- a/Applications/SystemMonitor/main.cpp +++ b/Applications/SystemMonitor/main.cpp @@ -219,6 +219,7 @@ RefPtr build_file_systems_tab() Vector 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) {