mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 16:59:27 -05:00
Update docker.js
This commit is contained in:
@@ -49,6 +49,7 @@ function addDockerContainerContext(container, image, template, started, paused,
|
||||
opts.push({divider:true});
|
||||
opts.push({text:_('Donate'),icon:'fa-external-link', href:donateLink,target:'_blank'});
|
||||
}
|
||||
context.destroy('#'+id);
|
||||
context.attach('#'+id, opts);
|
||||
}
|
||||
function addDockerImageContext(image, imageTag) {
|
||||
|
||||
Reference in New Issue
Block a user