From 28be90120b17fb4781078afeec924137d505b3e4 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 3 Apr 2020 21:20:07 +0200 Subject: [PATCH] Revert "SystemMonitor: Replace 'device' JSON field with 'source'" This reverts commit 592f218151493fefa2351252c8d4b51750687fea. Reverting these changes since they broke things. Fixes #1608. --- Applications/SystemMonitor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/SystemMonitor/main.cpp b/Applications/SystemMonitor/main.cpp index 5411ac0629..da4869d70e 100644 --- a/Applications/SystemMonitor/main.cpp +++ b/Applications/SystemMonitor/main.cpp @@ -280,7 +280,7 @@ NonnullRefPtr build_file_systems_tab() Vector df_fields; df_fields.empend("mount_point", "Mount point", Gfx::TextAlignment::CenterLeft); df_fields.empend("class_name", "Class", Gfx::TextAlignment::CenterLeft); - df_fields.empend("source", "Source", Gfx::TextAlignment::CenterLeft); + df_fields.empend("device", "Device", Gfx::TextAlignment::CenterLeft); df_fields.empend( "Size", Gfx::TextAlignment::CenterRight, [](const JsonObject& object) {