1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:47:35 +00:00

SystemMonitor: Consolidate hardware tabs + remove interrupts tab

Combine the "PCI devices" and "Processors" tabs into a "Hardware" tab.

And then remove the "Interrupts" tab because the number of received
IRQ's per device is not really useful information to expose in this GUI.
If the user needs this, he can check lsirq.
This commit is contained in:
Andreas Kling 2021-08-18 12:50:24 +02:00
parent 9994b81931
commit f91c499a41
4 changed files with 91 additions and 173 deletions

View file

@ -6,7 +6,6 @@ serenity_component(
set(SOURCES
GraphWidget.cpp
InterruptsWidget.cpp
main.cpp
MemoryStatsWidget.cpp
NetworkStatisticsWidget.cpp