1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:38:10 +00:00

SystemMonitor: Replace 'device' JSON field with 'source'

This commit is contained in:
Liav A 2020-04-06 11:55:21 +03:00 committed by Andreas Kling
parent 23fb985f02
commit 7cda0b9027

View file

@ -275,7 +275,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("device", "Device", Gfx::TextAlignment::CenterLeft);
df_fields.empend("source", "Source", Gfx::TextAlignment::CenterLeft);
df_fields.empend(
"Size", Gfx::TextAlignment::CenterRight,
[](const JsonObject& object) {