Skip to content

Commit e2b3622

Browse files
consistently use web UI and web interface wording
Signed-off-by: Thomas Lamprecht <[email protected]>
1 parent 22deb84 commit e2b3622

11 files changed

+20
-20
lines changed

certificate-management.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ under `Node -> Certificates`, or using the `pvenode config` command.
130130
131131
After configuring the desired domain(s) for a node and ensuring that the
132132
desired ACME account is selected, you can order your new certificate over the
133-
web-interface. On success the interface will reload after 10 seconds.
133+
web interface. On success the interface will reload after 10 seconds.
134134
135135
Renewal will happen xref:sysadmin_certs_acme_automatic_renewal[automatically].
136136

local-btrfs.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ After the next reboot this will be automatically done by the system at boot.
146146
Adding a BTRFS file system to {pve}
147147
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
148148

149-
You can add an existing BTRFS file system to {pve} via the web-interface, or
149+
You can add an existing BTRFS file system to {pve} via the web interface, or
150150
using the CLI, for example:
151151

152152
----

markdown-primer.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to write using an easy-to-read, easy-to-write plain text format, then convert
88
it to structurally valid XHTML (or HTML).
99
____
1010

11-
The {pve} web-interface has support for using Markdown to rendering rich text
11+
The {pve} web interface has support for using Markdown to rendering rich text
1212
formatting in node and virtual guest notes.
1313

1414
{pve} supports CommonMark with most extensions of GFM (GitHub Flavoured Markdown),

pve-firewall.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ This allows to log in a fine grained manner and independent of the log-level
521521
defined for the standard rules in *Firewall* -> *Options*.
522522
523523
While the `loglevel` for each individual rule can be defined or changed easily
524-
in the WebUI during creation or modification of the rule, it is possible to set
524+
in the web UI during creation or modification of the rule, it is possible to set
525525
this also via the corresponding `pvesh` API calls.
526526
527527
Further, the log-level can also be set via the firewall configuration file by

pve-storage-cifs.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Storage pool type: `cifs`
1010

1111
The CIFS backend extends the directory backend, so that no manual
1212
setup of a CIFS mount is needed. Such a storage can be added directly
13-
through the {pve} API or the WebUI, with all our backend advantages,
13+
through the {pve} API or the web UI, with all our backend advantages,
1414
like server heartbeat check or comfortable selection of exported
1515
shares.
1616

@@ -32,7 +32,7 @@ server, or list the server in the local `/etc/hosts` file.
3232
share::
3333

3434
CIFS share to use (get available ones with `pvesm scan cifs <address>` or the
35-
WebUI). Required.
35+
web UI). Required.
3636

3737
username::
3838

pveceph.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ CLI Installation of Ceph Packages
286286
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
287287
288288
Alternatively to the the recommended {pve} Ceph installation wizard available
289-
in the web-interface, you can use the following CLI command on each node:
289+
in the web interface, you can use the following CLI command on each node:
290290
291291
[source,bash]
292292
----
@@ -418,7 +418,7 @@ network. It is recommended to use one OSD per physical disk.
418418
Create OSDs
419419
~~~~~~~~~~~
420420

421-
You can create an OSD either via the {pve} web-interface or via the CLI using
421+
You can create an OSD either via the {pve} web interface or via the CLI using
422422
`pveceph`. For example:
423423

424424
[source,bash]
@@ -536,7 +536,7 @@ known as **P**lacement **G**roups (`PG`, `pg_num`).
536536
Create and Edit Pools
537537
~~~~~~~~~~~~~~~~~~~~~
538538
539-
You can create and edit pools from the command line or the web-interface of any
539+
You can create and edit pools from the command line or the web interface of any
540540
{pve} host under **Ceph -> Pools**.
541541
542542
When no options are given, we set a default of **128 PGs**, a **size of 3
@@ -567,7 +567,7 @@ pveceph pool create <pool-name> --add_storages
567567
----
568568
569569
TIP: If you would also like to automatically define a storage for your
570-
pool, keep the `Add as Storage' checkbox checked in the web-interface, or use the
570+
pool, keep the `Add as Storage' checkbox checked in the web interface, or use the
571571
command-line option '--add_storages' at pool creation.
572572
573573
Pool Options

pvesdn.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ Zone: qinqzone2
860860
Tag: 100
861861
----
862862

863-
Apply the configuration on the main SDN web-interface panel to create VNets
863+
Apply the configuration on the main SDN web interface panel to create VNets
864864
locally on each node.
865865

866866
Create four Debian-bases virtual machines (vm1, vm2, vm3, vm4) and add network
@@ -908,7 +908,7 @@ Zone: myvxlanzone
908908
Tag: 100000
909909
----
910910

911-
Apply the configuration on the main SDN web-interface panel to create VNets
911+
Apply the configuration on the main SDN web interface panel to create VNets
912912
locally on each nodes.
913913

914914
Create a Debian-based virtual machine ('vm1') on node1, with a vNIC on `vxvnet1`.
@@ -995,7 +995,7 @@ Subnet: 10.0.2.0/24
995995
Gateway: 10.0.2.1
996996
----
997997

998-
Apply the configuration from the main SDN web-interface panel to create VNets
998+
Apply the configuration from the main SDN web interface panel to create VNets
999999
locally on each node and generate the FRR configuration.
10001000

10011001
Create a Debian-based virtual machine ('vm1') on node1, with a vNIC on `myvnet1`.

pvesr.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ and replicate to node B.
121121
Node A failed and can not get back online. Now you have to migrate the guest
122122
to Node B manually.
123123

124-
- connect to node B over ssh or open its shell via the WebUI
124+
- connect to node B over ssh or open its shell via the web UI
125125
126126
- check if that the cluster is quorate
127127
+

pveum.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ field and pressing the 'Apply' button.
643643

644644
There is no server setup required. Simply install a TOTP app on your
645645
smartphone (for example, https://freeotp.github.io/[FreeOTP]) and use
646-
the Proxmox Backup Server web-interface to add a TOTP factor.
646+
the Proxmox Backup Server web interface to add a TOTP factor.
647647

648648
[[user_tfa_setup_webauthn]]
649649
=== WebAuthn
@@ -715,7 +715,7 @@ This is done via `/etc/pve/datacenter.cfg`. For instance:
715715
u2f: appid=https://mypve.example.com:8006
716716
----
717717

718-
For a single node, the 'AppId' can simply be the address of the web-interface,
718+
For a single node, the 'AppId' can simply be the address of the web interface,
719719
exactly as it is used in the browser, including the 'https://' and the port, as
720720
shown above. Please note that some browsers may be more strict than others when
721721
matching 'AppIds'.

qm-pci-passthrough.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ or by adding a line to the VM configuration file:
319319
If your device has multiple functions (e.g., ``00:02.0`' and ``00:02.1`' ),
320320
you can pass them through all together with the shortened syntax ``00:02`'.
321321
This is equivalent with checking the ``All Functions`' checkbox in the
322-
web-interface.
322+
web interface.
323323

324324
There are some options to which may be necessary, depending on the device
325325
and guest OS:

qm.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ CPU flags:
498498
attacks and is able to utilize the CPU feature
499499

500500
Otherwise you need to set the desired CPU flag of the virtual CPU, either by
501-
editing the CPU options in the WebUI, or by setting the 'flags' property of the
501+
editing the CPU options in the web UI, or by setting the 'flags' property of the
502502
'cpu' option in the VM configuration file.
503503

504504
For Spectre v1,v2,v4 fixes, your CPU or system vendor also needs to provide a
@@ -734,7 +734,7 @@ the QEMU user networking stack, where a built-in router and DHCP server can
734734
provide network access. This built-in DHCP will serve addresses in the private
735735
10.0.2.0/24 range. The NAT mode is much slower than the bridged mode, and
736736
should only be used for testing. This mode is only available via CLI or the API,
737-
but not via the WebUI.
737+
but not via the web UI.
738738

739739
You can also skip adding a network device when creating a VM by selecting *No
740740
network device*.
@@ -1317,7 +1317,7 @@ Online Migration
13171317
13181318
If your VM is running and no locally bound resources are configured (such as
13191319
devices that are passed through), you can initiate a live migration with the `--online`
1320-
flag in the `qm migration` command evocation. The web-interface defaults to
1320+
flag in the `qm migration` command evocation. The web interface defaults to
13211321
live migration when the VM is running.
13221322
13231323
How it works

0 commit comments

Comments
 (0)