Skip to content

Commit

Permalink
Fix multi server setup process list request missing 'server'
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jan 30, 2021
1 parent 97e04e4 commit 6858aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/server/status/processes.js
Expand Up @@ -146,6 +146,7 @@ var processList = {
*/
getUrlParams: function () {
var urlParams = {
'server': CommonParams.get('server'),
'ajax_request': true,
'refresh': true,
'full': $('input[name="full"]').val(),
Expand Down

0 comments on commit 6858aee

Please sign in to comment.