Commit c84fa8ff authored by Dietmar Maurer's avatar Dietmar Maurer

mention venet/veth in menu/titles

parent 5152f728
...@@ -41,7 +41,7 @@ Ext.define('PVE.OpenVZ.NetIfEdit', { ...@@ -41,7 +41,7 @@ Ext.define('PVE.OpenVZ.NetIfEdit', {
} }
Ext.apply(me, { Ext.apply(me, {
title: me.create ? 'Add ethernet device' : 'Edit ethernet device', title: me.create ? 'Add ethernet device (veth)' : 'Edit ethernet device (veth)',
digest: me.dataCache.digest, digest: me.dataCache.digest,
width: 350, width: 350,
fieldDefaults: { fieldDefaults: {
...@@ -127,7 +127,7 @@ Ext.define('PVE.OpenVZ.IPAdd', { ...@@ -127,7 +127,7 @@ Ext.define('PVE.OpenVZ.IPAdd', {
} }
Ext.apply(me, { Ext.apply(me, {
title: "Add IP address", title: "Add IP address (venet)",
digest: me.dataCache.digest, digest: me.dataCache.digest,
width: 350, width: 350,
items: { items: {
...@@ -345,7 +345,7 @@ Ext.define('PVE.openvz.NetworkView', { ...@@ -345,7 +345,7 @@ Ext.define('PVE.openvz.NetworkView', {
menu: new Ext.menu.Menu({ menu: new Ext.menu.Menu({
items: [ items: [
{ {
text: 'IP address', text: 'IP address (venet)',
//plain: true, //plain: true,
//iconCls: 'pve-itype-icon-storage', //iconCls: 'pve-itype-icon-storage',
handler: function() { handler: function() {
...@@ -358,7 +358,7 @@ Ext.define('PVE.openvz.NetworkView', { ...@@ -358,7 +358,7 @@ Ext.define('PVE.openvz.NetworkView', {
} }
}, },
{ {
text: 'Ethernet device', text: 'Ethernet device (veth)',
//plain: true, //plain: true,
//iconCls: 'pve-itype-icon-storage', //iconCls: 'pve-itype-icon-storage',
handler: function() { handler: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment