Skip to content

Commit 2c73b9b

Browse files
committed
Prompt message modified for move action (dashboard/static/js/views/jobs.js)
1 parent 346e0ef commit 2c73b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mrq/dashboard/static/js/views

mrq/dashboard/static/js/views/jobs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ define(["jquery", "underscore", "views/generic/datatablepage", "models"],functio
225225

226226
} else if (action == "move") {
227227

228-
var queue = prompt("Test");
228+
var queue = prompt("Enter destination queue");
229229
if (queue != null && queue != "")
230230
{
231231
self.jobaction(evt, {

0 commit comments

Comments
 (0)