Changes

Jump to navigation Jump to search
773 bytes added ,  23:47, 9 May 2015
no edit summary
Line 99: Line 99:  
# Press "upload"
 
# Press "upload"
 
# Find your iso locally and press upload
 
# Find your iso locally and press upload
 +
 +
== Annoying popup windows ==
 +
 +
Edit the file /usr/share/pve-manager/ext4/pvemanagerlib.js
 +
<syntaxHighlight lang=javascript>
 +
                /*if (data.status !== 'Active') {
 +
                    Ext.Msg.show({
 +
                        title: gettext('No valid subscription'),
 +
                        icon: Ext.Msg.WARNING,
 +
                        msg: PVE.Utils.noSubKeyHtml,
 +
                        buttons: Ext.Msg.OK,
 +
                        callback: function(btn) {
 +
                            if (btn !== 'ok') {
 +
                                return;
 +
                            }
 +
                            orig_cmd();
 +
                        }
 +
                    });
 +
                } else */{
 +
                    orig_cmd();
 +
                }
 +
</syntaxHighlight>
    
== Gotchas ==
 
== Gotchas ==
    
* If you delete an iso file while a vm is still pointing at it, that machine will not reboot successfully until you change the configured iso
 
* If you delete an iso file while a vm is still pointing at it, that machine will not reboot successfully until you change the configured iso
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu