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:
parent
9994b81931
commit
f91c499a41
4 changed files with 91 additions and 173 deletions
|
@ -6,7 +6,6 @@ serenity_component(
|
|||
|
||||
set(SOURCES
|
||||
GraphWidget.cpp
|
||||
InterruptsWidget.cpp
|
||||
main.cpp
|
||||
MemoryStatsWidget.cpp
|
||||
NetworkStatisticsWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue