How to remove a widget that you've put on the main view area?

Or for that matter, how to remove a mini widget from the top or bottom bars?

You can drag it to the middle of the screen (a trash can will appear) or click the trash icon next to it on the left side panel.

1 Like

Ah. Thanks.

The trash can appears for the mini widgets dragged off the bars, but not for the Regular widgets.

I’ve cloned the repo locally and got bun installed. bun run dev --host works and I can then open http://localhost:5173/ in a browser and Cockpit is running.

Any hints on how to run such that I can debug within VSC?

Thanks in advance!

Never mind. I just didn’t change the port in the launch configuration. Working fine now!

{
“version”: “0.2.0”,
“configurations”: [
{
“type”: “chrome”,
“request”: “launch”,
“name”: “Launch Chrome against localhost”,
“url”: “http://localhost:5173”,
“webRoot”: “${workspaceFolder}”
}
]
}

2 Likes

The regular widgets for now are only removable via the left-panel trash icon indeed. We are still working on making the ux consistent across the application.