cockpit icon indicating copy to clipboard operation
cockpit copied to clipboard

Cockpit is a web-based graphical interface for servers.

Results 403 cockpit issues
Sort by recently updated
recently updated
newest added

Cockpit still has some issues with duplicated CSS. Some of these are due to imports in files that have been imported. Other issues are caused by using PatternFly components and...

bug

To improve our time-to-load experience (performance), we should consider code splitting. React + WebPack can do this. React docs on code splitting: https://reactjs.org/docs/code-splitting.html Using "Suspense" on web.dev: https://web.dev/code-splitting-suspense/ We might...

enhancement

This prevents duplication and includes CSS in the correct place.

Added minutely and Custom option to the specific time trigger in the CreateTimer Dialog per conversation on issue #9467 Also fixed error from UserInputs.js TextInput not having proper id or...

needs-rebase

### Explain what happens hi. today i install cookpit on fresh install arch. i was able to login to web interface but application tab was stuck at loading. checked browser...

bug

Perhaps in the help menu, we could have a little warning about "You're currently in limited acces mode. To access all of Cockpit's features, switch to administrator mode." It might...

enhancement

### Explain what happens 1. Visit the host switcher 2. Add a new host 3. In the "Add a new host" dialog, use an SSH URI without a user, such...

bug

When adding a new host where the key needs to be checked, it probably makes sense to have a means to copy/paste the results of ssh-keyscan to verify it matches...

enhancement

Background: Cockpit uses iframes and PatternFly completely ignores iframes. Therefore, everything outside of the iframe eats away pixels from the document inside the iframe. So PatternFly's assumption of the navigation...

enhancement

### Explain what happens 1. Browser to https://127.0.0.1:9090/users 2. Open developer tools 3. Click inspect element and select the `body` of the users page 4. Look at the `styles` imported...

bug