[pve-devel] [PATCH manager v4 2/2] make /etc/hosts editable via gui

Dominik Csapak d.csapak at proxmox.com
Thu Sep 13 14:55:56 CEST 2018


with adding the NodeHostsView to the node tabs

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/node/Config.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 14738296..e7a38296 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -192,6 +192,15 @@ Ext.define('PVE.node.Config', {
 		    xtype: 'proxmoxNodeDNSView'
 		},
 		{
+		    title: gettext('Hosts'),
+		    iconCls: 'fa fa-globe',
+		    groups: ['services'],
+		    itemId: 'hosts',
+		    nodename: nodename,
+		    onlineHelp: 'sysadmin_network_configuration',
+		    xtype: 'proxmoxNodeHostsView'
+		},
+		{
 		    title: gettext('Time'),
 		    itemId: 'time',
 		    groups: ['services'],
-- 
2.11.0





More information about the pve-devel mailing list