forked from pool/cockpit-machines
Adam Majer
59b7d0d0ee
* Add manifest condition for the Python bridge * Vsock device support * Apply watchdog changes on next boot if hotplug fails * Option to use RAW volume during VM creation * Redesign VM’s CPU configuration * Indicate need for shutdown * Delete storage file upon disk detachment * Show an alert when virtualization is disabled in BIOS/EFI * Create VM based on cloud image and start it later * Option to forcefully revert a snapshot * Support dark theme * Translation updates * Stability and performance updates - 1088.patch: WIP for PF5 changes in cockpit - hide-docs.patch, load-css-overrides.patch: refreshed - suse-vv-install.patch: upstreamed, removed OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-machines?expand=0&rev=20
14 lines
667 B
Diff
14 lines
667 B
Diff
Index: cockpit-machines-292/src/manifest.json
|
|
===================================================================
|
|
--- cockpit-machines-292.orig/src/manifest.json
|
|
+++ cockpit-machines-292/src/manifest.json
|
|
@@ -11,7 +11,7 @@
|
|
"label": "Virtual machines",
|
|
"path": "index.html",
|
|
"order": 60,
|
|
- "docs": [
|
|
+ "docs-rh": [
|
|
{
|
|
"label": "Managing virtual machines",
|
|
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-virtual-machines-in-the-web-console_system-management-using-the-rhel-8-web-console"
|