]> git.proxmox.com Git - pve-manager.git/commitdiff
add solaris ostype
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 24 Sep 2013 08:05:09 +0000 (10:05 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 25 Sep 2013 06:28:59 +0000 (08:28 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
www/manager/Utils.js
www/manager/qemu/OSTypeEdit.js

index 8165e7a6ad7edc9d96651d43e91d82c246731645..d301395ee2b69d70d85d3e72d1b1a05fb4db4e12 100644 (file)
@@ -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) {
index e6eb0db61a9ee120266a597913f874feeb2b33e5..32715c92a40b8059691478d193eee57592792a8a 100644 (file)
@@ -54,6 +54,11 @@ Ext.define('PVE.qemu.OSTypeInputPanel', {
                name: 'ostype',
                inputValue: 'l24'
            },
+           {
+               xtype: 'radiofield',
+               name: 'ostype',
+               inputValue: 'solaris'
+           },
            {
                xtype: 'radiofield',
                name: 'ostype',