Commit 2d303bde authored by Dietmar Maurer's avatar Dietmar Maurer

use predefined text for default values

parent b2f07813
...@@ -45,15 +45,15 @@ Ext.define('PVE.lxc.Options', { ...@@ -45,15 +45,15 @@ Ext.define('PVE.lxc.Options', {
}, },
ostype: { ostype: {
header: gettext('OS Type'), header: gettext('OS Type'),
defaultValue: 'no set' defaultValue: PVE.Utils.unknownText
}, },
arch: { arch: {
header: gettext('Architecture'), header: gettext('Architecture'),
defaultValue: 'no set' defaultValue: PVE.Utils.unknownText
}, },
rootfs: { rootfs: {
header: gettext('Root Disk'), header: gettext('Root Disk'),
defaultValue: 'no set' defaultValue: PVE.Utils.noneText
}, },
console: { console: {
header: gettext('Enable /dev/console'), header: gettext('Enable /dev/console'),
......
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