You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-editing-vm-web.adoc
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,28 +30,37 @@ endif::[]
30
30
31
31
= Editing a {object} in the web console
32
32
33
-
Edit select values of a {object} in the web console by clicking the pencil icon next to the relevant field. Other values can be edited using the CLI.
33
+
You can edit a {object} by using the {product-title} web console or the command line interface.
34
34
35
-
You can edit labels and annotations for any templates, including those provided by Red Hat. Other fields are editable for user-customized templates only.
35
+
ifdef::virt-vm-template[]
36
+
Editing a {object} does not affect virtual machines already created from that template.
37
+
endif::virt-vm-template[]
36
38
37
39
.Procedure
38
40
39
-
. Click *Virtualization* -> *{object-gui}* from the side menu.
40
-
41
-
. Optional: Use the *Filter* drop-down menu to sort the list of {object}s by attributes such as status, template, node, or operating system (OS).
41
+
. Navigate to *Virtualization* -> *{object-gui}* in the web console.
42
42
43
+
ifdef::virt-vm[]
43
44
. Select a {object} to open the *{object-vm-details}* page.
44
45
45
46
. Click any field that has the pencil icon, which indicates that the field is editable. For example, click the current *Boot mode* setting, such as BIOS or UEFI, to open the *Boot mode* window and select an option from the list.
47
+
endif::virt-vm[]
48
+
ifdef::virt-vm-template[]
49
+
. Click the {kebab} Options menu beside a {object} and select the object to edit.
46
50
47
-
. Make the relevant changes and click *Save*.
51
+
. To edit a Red Hat template, click the {kebab} Options menu, select *Clone* to create a custom template, and then edit the custom template.
52
+
+
53
+
[NOTE]
54
+
====
55
+
*Edit boot source reference* is disabled if the template's data source is managed by the `DataImportCron` custom resource or if the template does not have a data volume reference.
56
+
====
57
+
endif::virt-vm-template[]
58
+
59
+
. Click *Save*.
48
60
49
61
// Using the attributes we declared earlier, we can have different lines after
50
62
// the procedure that will be included in the different assemblies.
51
63
52
-
ifdef::virt-vm-template[]
53
-
Editing a virtual machine template will not affect virtual machines already created from that template.
0 commit comments