Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 _update_seconds          = 5;

...

Views

You can switch between the tabs 'jobs', 'job_chains', 'process_classes' and 'last_activities' as the beginning view.

Code Block
 _show_card               = 'jobs''jobs';

For some tabs you can set the default view mode (list or tree).

Code Block
 _view.jobs               = 'list';'list';
 _view.job_chains         = 'list''list';

Checkboxes, Radios And Selectboxes

...

Code Block
 _select_states.show_jobs_select      = 'all''all';
 _select_states.jobs_state_select     = 'all''all';
       

Number Of Displayed Orders Or Tasks Resp.

...

Code Block
 _url_aliase[ 'remote_host:remote_port' ] = 'url';

...

Filtesr

You can set filters for jobs, job chains and order in the form

...

Code Block
 _active_project_filter             = 'name of the filter';

For more information see How_can_I_store_filters_persistent_which_are_not_disappear_after_cleanup_cookies? How can I store filters persistent which are not disappear after cleanup cookies?