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', {
},
ostype: {
header: gettext('OS Type'),
defaultValue: 'no set'
defaultValue: PVE.Utils.unknownText
},
arch: {
header: gettext('Architecture'),
defaultValue: 'no set'
defaultValue: PVE.Utils.unknownText
},
rootfs: {
header: gettext('Root Disk'),
defaultValue: 'no set'
defaultValue: PVE.Utils.noneText
},
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