mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
SystemMonitor: Add device column to filesystems tab
This commit is contained in:
parent
f215f0c226
commit
e46b251d61
Notes:
sideshowbarker
2024-07-19 11:23:13 +09:00
Author: https://github.com/invalid-email-address 🔰
Commit: e46b251d61
Pull-request: https://github.com/SerenityOS/serenity/pull/732
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ RefPtr<GWidget> build_file_systems_tab()
|
|||
Vector<GJsonArrayModel::FieldSpec> 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue