Merge pull request #225 from joshuaboniface/fix-restart-button
Fix restart button API call
This commit is contained in:
commit
a90b5d8324
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ define(["datetime", "events", "itemHelper", "serverNotifications", "dom", "globa
|
|||
var page = dom.parentWithClass(btn, "page");
|
||||
buttonEnabled(page.querySelector("#btnRestartServer"), false);
|
||||
buttonEnabled(page.querySelector("#btnShutdown"), false);
|
||||
Dashboard.restartServer();
|
||||
ApiClient.restartServer();
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue