]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: node options: make text for `wakeonlan` option a bit more descriptive
authorLukas Wagner <l.wagner@proxmox.com>
Mon, 23 Jan 2023 13:59:58 +0000 (14:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Jan 2023 15:13:43 +0000 (16:13 +0100)
If one is not familiar with the underlying configuration option,
one might think that one can enable Wake-On-Lan for a node with this
option. It was not really clear (at least without RTFM ;) ) that a
MAC address is supposed to be entered here. The added text should
hopefully make this a bit more clear.

Also increased the label width a bit, so that a full MAC
address can be properly displayed.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
www/manager6/node/NodeOptionsView.js

index b841b7b08bd73844701e195aba8538774de5f208..661c0e90092e454fc7baa9aa73981de693422be9 100644 (file)
@@ -52,8 +52,9 @@ Ext.define('Proxmox.node.NodeOptionsView', {
        {
            xtype: 'text',
            name: 'wakeonlan',
-           text: gettext('Wake on LAN'),
+           text: gettext('MAC address for Wake on LAN'),
            vtype: 'MacAddress',
+           labelWidth: 150,
            deleteEmpty: true,
            renderer: function(value) {
                if (value === undefined) {