Skip to content

Commit ad66015

Browse files
authored
Merge pull request #94476 from sbeskin-redhat/CNV_55964_Right_click_VM_operation_in_tree_view
CNV-55964: Right-click VM operation in the tree view
2 parents ebaff5d + 85aea8d commit ad66015

6 files changed

+13
-1
lines changed

modules/virt-cloning-vm-web.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ You can clone an existing VM by using the web console.
1313
. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
1414
. Select a VM to open the *VirtualMachine details* page.
1515
. Click *Actions*.
16+
+
17+
Alternatively, access the same menu in the tree view by right-clicking the VM.
1618
. Select *Clone*.
1719
. On the *Clone VirtualMachine* page, enter the name of the new VM.
1820
. (Optional) Select the *Start cloned VM* checkbox to start the cloned VM.

modules/virt-controlling-multiple-vms.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ You can start, stop, restart, pause, and unpause multiple virtual machines from
1414
. Optional: To limit the number of displayed virtual machines, select a relevant project from the *Projects* list.
1515
. Select a checkbox next to the virtual machines you want to work with. To select all virtual machines, click the checkbox in the *VirtualMachines* table header.
1616
. Click *Actions* and select the intended action from the menu.
17+
+
18+
Alternatively, change the state of all VMs in a project by right-clicking the project in the tree view and selecting the intended command from the pop-up menu.

modules/virt-creating-vm-snapshot-web.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can create a snapshot of a virtual machine (VM) by using the {product-title}
2222
. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
2323
. Select a VM to open the *VirtualMachine details* page.
2424
. Click the *Snapshots* tab and then click *Take Snapshot*.
25+
+
26+
Alternatively, right-click the VM and select *Create snapshot* from the pop-up menu.
2527
. Enter the snapshot name.
2628
. Expand *Disks included in this Snapshot* to see the storage volumes to be included in the snapshot.
2729
. If your VM has disks that cannot be included in the snapshot and you wish to proceed, select *I am aware of this warning and wish to proceed*.

modules/virt-delete-vm-web.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ If the VM is delete protected, the *Delete* action is disabled in the VM's *Acti
2323

2424
* For a general view, navigate to *Virtualization* → *VirtualMachines*.
2525

26-
. Click the *Actions* menu {kebab} beside a VM and select *Delete*.
26+
. Click the *Options* menu {kebab} beside a VM and select *Delete*.
2727
+
2828
Alternatively, click the VM's name to open the *VirtualMachine details* page and click *Actions* -> *Delete*.
29+
+
30+
You can also right-click the VM in the tree view and select *Delete* from the pop-up menu.
2931

3032
. Optional: Select *With grace period* or clear *Delete disks*.
3133

modules/virt-migrating-storage-class-ui.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ include::snippets/technology-preview.adoc[]
3131
. Click the Options menu {kebab} beside the virtual machine and select *Migration* -> *Storage*.
3232
+
3333
You can also access this option from the *VirtualMachine details* page by selecting *Actions* -> *Migration* -> *Storage*.
34+
+
35+
Alternatively, right-click the VM in the tree view and select *Migration* from the pop-up menu.
3436
. On the *Migration details* page, choose whether to migrate the entire VM storage or selected volumes only. If you click *Selected volumes*, select any disks that you intend to migrate. Click *Next* to proceed.
3537
. From the list of available options on the *Destination StorageClass* page, select the storage class to migrate to. Click *Next* to proceed.
3638
. On the *Review* page, review the list of affected disks and the target storage class. To start the migration, click *Migrate VirtualMachine storage*.

virt/managing_vms/virt-accessing-vm-ssh.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ include::modules/virt-using-virtctl-ssh-command.adoc[leveloffset=+2]
9191
[TIP]
9292
====
9393
You can copy the `virtctl ssh` command in the web console by selecting *Copy SSH command* from the options {kebab} menu beside a VM on the *VirtualMachines* page.
94+
95+
Alternatively, right-click the VM in the tree view and select *Copy SSH command* from the pop-up menu to copy the `virtctl ssh` command.
9496
====
9597

9698
include::modules/virt-using-virtctl-port-forward-command.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)