Skip to content

Commit f6c5e6d

Browse files
committed
fix placement of process viewer
1 parent 1dfa8a5 commit f6c5e6d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/widgets.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ You can also switch to edit mode by pressing <Kbd k="Cmd:e" />.
134134
Once an edit has been made in **edit mode**, click the save button to the right of the header to save the contents.
135135
You can also save by pressing <Kbd k="Cmd:s" />.
136136

137+
#### Exit Edit Mode Without Saving
138+
139+
To exit **edit mode** without saving, click the cancel button to the right of the header.
140+
You can also exit without saving by pressing <Kbd k="Cmd:r" />.
141+
137142
### Process Viewer <VersionBadge version="v0.14.5" />
138143

139144
The Process Viewer shows a live list of running processes on any connected host. It is similar to `top` or `htop`, displaying PID, command, CPU%, and memory usage. On Linux it also shows process status and thread count.
140145

141146
Columns are sortable by clicking their headers. Right-clicking a row lets you send Unix signals (SIGTERM, SIGKILL, etc.) or copy the PID. You can filter the list by pressing <Kbd k="Cmd:f"/> and typing a search term. Press <Kbd k="Space"/> to pause live updates (useful when inspecting a specific process); press it again to resume.
142147

143-
#### Exit Edit Mode Without Saving
144-
145-
To exit **edit mode** without saving, click the cancel button to the right of the header.
146-
You can also exit without saving by pressing <Kbd k="Cmd:r" />.
147-
148148
</PlatformProvider>

0 commit comments

Comments
 (0)