Update docker.js

This commit is contained in:
Squidly271
2025-01-07 13:52:39 -05:00
committed by GitHub
parent b0ad728500
commit 88ac0c88bf
@@ -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) {