mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
openDocker correct button default setting
This commit is contained in:
@@ -305,7 +305,7 @@ function openPlugin(cmd,title,plg,func,start=0,button=0) {
|
||||
$('button.confirm').prop('disabled',button!=0);
|
||||
});
|
||||
}
|
||||
function openDocker(cmd,title,plg,func,start=0,button=1) {
|
||||
function openDocker(cmd,title,plg,func,start=0,button=0) {
|
||||
// start = 0 : run command only when not already running (default)
|
||||
// start = 1 : run command unconditionally
|
||||
// button = 0 : show CLOSE button (default)
|
||||
|
||||
Reference in New Issue
Block a user