Skip to content
Snippets Groups Projects
Commit 33181db1 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

as dump on assign

parent 7df428f1
No related branches found
No related tags found
No related merge requests found
......@@ -204,10 +204,11 @@ App.UI.SlaveInteract.assignmentBlock = function(blockId, slave) {
links.className = "choices";
links.appendChild(
App.UI.jobLinks.assignmentsFragment(
V.slaveIndices[slave.ID], passage(),
V.slaveIndices[slave.ID], "AS Dump",
(slave, assignment) => {
assignJob(slave, assignment),
V.activeSlave = slave;
V.activeSlave = slave,
V.returnTo = "Slave Interact";
}
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment