cockpit
cockpit copied to clipboard
Cockpit is a web-based graphical interface for servers.
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...
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...
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...
### 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...
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...
### 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...
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...
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...
### 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...