Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Configuration via custom.js

The configuration file custom.js for the operationsGui is stored in the ./operations_gui directory beside the ./config directory.

...

At this time 'de' (german), 'fr' (french) , and 'ru' (russian) and 'es' (spanish) is supported.

Code Block
 _sos_lang                = '';

...

Code Block
 _active_project_filter             = 'name of the filter';

User-defined Configuration via my_custom.js

While the configuration file custom.js (see above) for the operationsGui is always read,
you can create an additional own configuration file i.e. my_custom.js to overwrite the settings in custom.js.

The file my_custom.js is read when you type the URL

Code Block
 http://[scheduler_host]:[scheduler_port]/index.html#my_custom 

The user-defined configuration file my_custom.js must be stored in the same directory like custom.js.

<pre stylh1. "color:blue;border-left:2px solid blue">

No Format

 Sample:
No Format

 The language of the operationsGui is english, but some users want the operationsGui in russian.
 Create the file 'russian.js' with the content
 _sos_lang 'ru';
 and type http://[scheduler_host]:[scheduler_port]/index.html#russian#

</pre>

FAQs

See JobScheduler_FAQ