[Web UI] Changes in Force Resume icon and menu order

This commit is contained in:
ngosang 2015-07-14 03:06:34 +02:00
parent 9dbb2720b0
commit 1f4d01e512
4 changed files with 24 additions and 26 deletions

View file

@ -181,14 +181,14 @@ initializeWindows = function() {
}
};
setForceStartFN = function(val) {
setForceStartFN = function() {
var h = myTable.selectedIds();
if (h.length) {
new Request({
url: 'command/setForceStart',
method: 'post',
data: {
value: val,
value: 'true',
hashes: h.join("|")
}
}).send();