* [pve-devel] [PATCH widget-toolkit] node: add MTU column in NetworkView
@ 2021-07-08 13:44 Oguz Bektas
2021-07-27 14:39 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2021-07-08 13:44 UTC (permalink / raw)
To: pve-devel
hidden by default since it's an "advanced" setting
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
src/node/NetworkView.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/node/NetworkView.js b/src/node/NetworkView.js
index 2e83130..dff503a 100644
--- a/src/node/NetworkView.js
+++ b/src/node/NetworkView.js
@@ -443,6 +443,12 @@ Ext.define('Proxmox.node.NetworkView', {
sortable: true,
dataIndex: 'vlan-raw-device',
},
+ {
+ header: gettext('MTU'),
+ hidden: true,
+ sortable: true,
+ dataIndex: 'mtu',
+ },
{
header: gettext('Comment'),
dataIndex: 'comments',
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH widget-toolkit] node: add MTU column in NetworkView
2021-07-08 13:44 [pve-devel] [PATCH widget-toolkit] node: add MTU column in NetworkView Oguz Bektas
@ 2021-07-27 14:39 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-07-27 14:39 UTC (permalink / raw)
To: Proxmox VE development discussion, Oguz Bektas
On 08.07.21 15:44, Oguz Bektas wrote:
> hidden by default since it's an "advanced" setting
>
> Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
> ---
> src/node/NetworkView.js | 6 ++++++
> 1 file changed, 6 insertions(+)
>
>
applied, thanks! I dropped the gettext usage on 'MTU' in a follow-up, that's
a widely known term in the networking context, i.e., similar to VLAN, so keep
as is.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-27 14:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 13:44 [pve-devel] [PATCH widget-toolkit] node: add MTU column in NetworkView Oguz Bektas
2021-07-27 14:39 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal