mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Merge pull request #61 from hbina/hbina-optional-PID
Make PID column optional
This commit is contained in:
commit
175f0cfc52
@ -30,7 +30,7 @@
|
||||
|
||||
let columns: Column[] = [
|
||||
{ id: "name", label: "Process Name", visible: true, required: true },
|
||||
{ id: "pid", label: "PID", visible: true, required: true },
|
||||
{ id: "pid", label: "PID", visible: true, required: false },
|
||||
{
|
||||
id: "status",
|
||||
label: "Status",
|
||||
|
Loading…
x
Reference in New Issue
Block a user