Commit 147c3fe7 authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

add solaris ostype

Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent d914b943
......@@ -117,7 +117,8 @@ Ext.define('PVE.Utils', { statics: {
win7: 'Microsoft Windows 7/2008r2',
win8: 'Microsoft Windows 8/2012',
l24: 'Linux 2.4 Kernel',
l26: 'Linux 3.X/2.6 Kernel'
l26: 'Linux 3.X/2.6 Kernel',
solaris: 'Solaris Kernel'
},
render_kvm_ostype: function (value) {
......
......@@ -54,6 +54,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
name: 'ostype',
inputValue: 'l24'
},
{
xtype: 'radiofield',
name: 'ostype',
inputValue: 'solaris'
},
{
xtype: 'radiofield',
name: 'ostype',
......
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