mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
SystemMonitor: Move TID to the front in ProcessModel
This will look much nicer once we enable that column.
This commit is contained in:
parent
4e8cb0508f
commit
9df21a1385
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ public:
|
||||||
enum Column {
|
enum Column {
|
||||||
Icon = 0,
|
Icon = 0,
|
||||||
PID,
|
PID,
|
||||||
|
TID,
|
||||||
Name,
|
Name,
|
||||||
CPU,
|
CPU,
|
||||||
State,
|
State,
|
||||||
|
@ -35,7 +36,6 @@ public:
|
||||||
Veil,
|
Veil,
|
||||||
Processor,
|
Processor,
|
||||||
Priority,
|
Priority,
|
||||||
TID,
|
|
||||||
PPID,
|
PPID,
|
||||||
PGID,
|
PGID,
|
||||||
SID,
|
SID,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue