mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 14:29:24 -05:00
Added confirmation question before upgrading unRAID OS
This commit is contained in:
@@ -190,7 +190,7 @@ function hideUpgrade(set) {
|
||||
}
|
||||
function openUpgrade(plugin) {
|
||||
swal({title:'Upgrade unRAID OS',text:'Do you want to download and install the new version?',type:'warning',showCancelButton:true},function(){
|
||||
openBox('/plugins/dynamix.plugin.manager/scripts/plugin&arg1=update&arg2='+plugin+'.plg','Update Plugin',600,900,true);
|
||||
openBox('/plugins/dynamix.plugin.manager/scripts/plugin&arg1=update&arg2='+plugin+'.plg','Update unRAID OS',600,900,true);
|
||||
});
|
||||
}
|
||||
function notifier() {
|
||||
|
||||
Reference in New Issue
Block a user