mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
Make PID column optional
Signed-off-by: Hanif Ariffin <hanif.ariffin.4326@gmail.com>
This commit is contained in:
parent
ce69f52fad
commit
215b57c7e9
@ -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