diff options
author | Liav A <liavalb@gmail.com> | 2022-08-12 09:31:22 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-08-12 12:24:40 +0200 |
commit | 488f22941bcc65ac5e89299bab441dd3eb5258a1 (patch) | |
tree | d96542be8d20b5f0fe8b0e9e11d0e931f35f2373 /Userland | |
parent | c5d1cf7a5a247f0cefbc214c328bb0d2693877aa (diff) | |
download | serenity-488f22941bcc65ac5e89299bab441dd3eb5258a1.zip |
SystemMonitor: Remove GML references to the deleted Hardware tab
Diffstat (limited to 'Userland')
-rw-r--r-- | Userland/Applications/SystemMonitor/SystemMonitor.gml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Userland/Applications/SystemMonitor/SystemMonitor.gml b/Userland/Applications/SystemMonitor/SystemMonitor.gml index 99ed6dabe8..cac1bb2b84 100644 --- a/Userland/Applications/SystemMonitor/SystemMonitor.gml +++ b/Userland/Applications/SystemMonitor/SystemMonitor.gml @@ -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" - } - } - } } } |