mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:17:34 +00:00
SystemMonitor: Remove GML references to the deleted Hardware tab
This commit is contained in:
parent
c5d1cf7a5a
commit
488f22941b
2 changed files with 0 additions and 35 deletions
|
@ -221,10 +221,6 @@ GML files can be found in the SerenityOS source tree with the `*.gml` extension.
|
||||||
title: "Network"
|
title: "Network"
|
||||||
name: "network"
|
name: "network"
|
||||||
}
|
}
|
||||||
|
|
||||||
@SystemMonitor::HardwareTabWidget {
|
|
||||||
// snip
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,37 +81,6 @@
|
||||||
title: "Network"
|
title: "Network"
|
||||||
name: "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…
Add table
Add a link
Reference in a new issue