Keep full query state on "auto refresh" process list
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
7ffec487a9
commit
84c4c87ff9
@ -142,7 +142,11 @@ var processList = {
|
|||||||
* @return urlParams - url parameters with autoRefresh request
|
* @return urlParams - url parameters with autoRefresh request
|
||||||
*/
|
*/
|
||||||
getUrlParams: function () {
|
getUrlParams: function () {
|
||||||
var urlParams = { 'ajax_request': true, 'refresh': true };
|
var urlParams = {
|
||||||
|
'ajax_request': true,
|
||||||
|
'refresh': true,
|
||||||
|
'full': $('input[name="full"]').val()
|
||||||
|
};
|
||||||
if ($('#showExecuting').is(':checked')) {
|
if ($('#showExecuting').is(':checked')) {
|
||||||
urlParams.showExecuting = true;
|
urlParams.showExecuting = true;
|
||||||
return urlParams;
|
return urlParams;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user