mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
SystemMonitor: Remove GML references to the deleted Hardware tab
This commit is contained in:
parent
c5d1cf7a5a
commit
488f22941b
Notes:
sideshowbarker
2024-07-17 08:19:53 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/488f22941b Pull-request: https://github.com/SerenityOS/serenity/pull/14835
@ -221,10 +221,6 @@ GML files can be found in the SerenityOS source tree with the `*.gml` extension.
|
||||
title: "Network"
|
||||
name: "network"
|
||||
}
|
||||
|
||||
@SystemMonitor::HardwareTabWidget {
|
||||
// snip
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,37 +81,6 @@
|
||||
title: "Network"
|
||||
name: "network"
|
||||
}
|
||||
|
||||
@SystemMonitor::HardwareTabWidget {
|
||||
title: "Hardware"
|
||||
name: "hardware"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "CPUs"
|
||||
fixed_height: 128
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
}
|
||||
|
||||
@GUI::TableView {
|
||||
name: "cpus_table"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "PCI devices"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
}
|
||||
|
||||
@GUI::TableView {
|
||||
name: "pci_dev_table"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user