Skip to content

CNV-55964: Right-click VM operation in the tree view #94476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/virt-cloning-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ You can clone an existing VM by using the web console.
. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
. Select a VM to open the *VirtualMachine details* page.
. Click *Actions*.
+
Alternatively, you can access the same menu in the tree view by right-clicking the VM.
. Select *Clone*.
. On the *Clone VirtualMachine* page, enter the name of the new VM.
. (Optional) Select the *Start cloned VM* checkbox to start the cloned VM.
Expand Down
2 changes: 2 additions & 0 deletions modules/virt-controlling-multiple-vms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ You can start, stop, restart, pause, and unpause multiple virtual machines from
. Optional: To limit the number of displayed virtual machines, select a relevant project from the *Projects* list.
. 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.
. Click *Actions* and select the intended action from the menu.
+
Alternatively, you can 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors.

2 changes: 2 additions & 0 deletions modules/virt-creating-vm-snapshot-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can create a snapshot of a virtual machine (VM) by using the {product-title}
. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
. Select a VM to open the *VirtualMachine details* page.
. Click the *Snapshots* tab and then click *Take Snapshot*.
+
Alternatively, you can perform the same action in the tree view by right-clicking the VM and selecting *Create snapshot* from the pop-up menu.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors.

. Enter the snapshot name.
. Expand *Disks included in this Snapshot* to see the storage volumes to be included in the snapshot.
. 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*.
Expand Down
4 changes: 3 additions & 1 deletion modules/virt-delete-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ If the VM is delete protected, the *Delete* action is disabled in the VM's *Acti

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

. Click the *Actions* menu {kebab} beside a VM and select *Delete*.
. Click the *Options* menu {kebab} beside a VM and select *Delete*.
+
Alternatively, click the VM's name to open the *VirtualMachine details* page and click *Actions* -> *Delete*.
+
You can also delete a VM in the tree view by right-clicking the VM and selecting *Delete* from the pop-up menu.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors.


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

Expand Down
2 changes: 2 additions & 0 deletions modules/virt-migrating-storage-class-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ include::snippets/technology-preview.adoc[]
. Click the Options menu {kebab} beside the virtual machine and select *Migration* -> *Storage*.
+
You can also access this option from the *VirtualMachine details* page by selecting *Actions* -> *Migration* -> *Storage*.
+
Alternatively, you can perform the same action in the tree view by right-clicking the VM and selecting *Migration* from the pop-up menu.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors.

. 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.
. From the list of available options on the *Destination StorageClass* page, select the storage class to migrate to. Click *Next* to proceed.
. On the *Review* page, review the list of affected disks and the target storage class. To start the migration, click *Migrate VirtualMachine storage*.
Expand Down
2 changes: 2 additions & 0 deletions virt/managing_vms/virt-accessing-vm-ssh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ include::modules/virt-using-virtctl-ssh-command.adoc[leveloffset=+2]
[TIP]
====
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.

Alternatively, you copy the `virtctl ssh` command in the tree view by right-clicking the VM and selecting *Copy SSH command* from the pop-up menu.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors.

====

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