mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Revert "SystemMonitor: Replace 'device' JSON field with 'source'"
This reverts commit 592f218151.
Reverting these changes since they broke things.
Fixes #1608.
This commit is contained in:
@@ -280,7 +280,7 @@ NonnullRefPtr<GUI::Widget> build_file_systems_tab()
|
||||
Vector<GUI::JsonArrayModel::FieldSpec> 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) {
|
||||
|
||||
Reference in New Issue
Block a user