mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
SystemMonitor: Replace 'device' JSON field with 'source'
This commit is contained in:
parent
23fb985f02
commit
7cda0b9027
Notes:
sideshowbarker
2024-07-19 07:51:12 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/7cda0b90276 Pull-request: https://github.com/SerenityOS/serenity/pull/1663 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue