Versions Compared

Key

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

...

For more information about proxy configuration see 'Running the Operations GUI behind How to operate JOC with an Apache Proxy?'.

Set an alias in the form:

...

For more information see 'How can I to store filters persistent which are persistently that would not disappear after cleanup of cookies?'.

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

...

The name of the user-defined configuration file is arbitrary and must be stored in the same directory like custom.js.
You can add multiple files as the following example 1.

Example 1

<p stylh1. "border-left:2px solid SteelBlue;padding-left:8px;">

...

The

...

language

...

of

...

JOC

...

is

...

per

...

default

...

English,

...

but

...

some

...

users

...

want

...

JOC in, for example, Russian or in French.
Create the file ru.js with the content:

Code Block

  in russian and other in french.
 <br/>Create the file ''ru.js'' with the content
 <br/><tt>_sos_lang &#160; &#160; &#160; &#160; &#160; = 'ru';</tt>
 <br/>and create the file ''

and create the file fr.js

...

with

...

the

...

content:

Code Block
 <br/><tt>_sos_lang &#160; &#160; &#160; &#160; &#160; = 'fr';</tt>
 <br/> 
 <br/>After this you get JOC in russian if you type <tt>http

After this you get JOC in Russian if you type:

Code Block

 http://[scheduler_host]:[scheduler_port]/index.html#ru

or:

Code Block

 httphtml#ru</tt> (or <tt>http://[scheduler_host]:[scheduler_port]/#ru</tt>#ru) 
 <br/>and you get it in french if you type <tt>http

and you get it in French if you type:

Code Block

 http://[scheduler_host]:[scheduler_port]/index.html#fr

or:

Code Block

 httphtml#fr</tt> (or <tt>http://[scheduler_host]:[scheduler_port]/#fr</tt>)#fr. 

...

You can extend the example with using _extra_urls (see example 2 below).

Example 2

<p style"border-left:2px solid SteelBlue;padding-left:8px;">

After completing Example 1 above, add the follwoing to the custom.js datei:

Code Block

 
Code Block

 We require the files from the previous example and add 
 <br/><tt>_extra_urls['english'] &#160; &#160; &#160; &#160; = 'http://[scheduler_host]:[scheduler_port]/index.html';</tt>
 <br/><tt>_extra_urls['russian'] &#160; &#160; &#160; &#160; = 'http://[scheduler_host]:[scheduler_port]/index.html#ru';</tt>
 <br/><tt>_extra_urls['french']&#160; &#160; &#160; &#160; &#160; = 'http://[scheduler_host]:[scheduler_port]/index.html#fr';</tt>
 <br/>in the ''custom.js''.
 <br/> 
 <br/>If you call JOC you find links in the right top <tt>Extras</tt> menu, so you can easily choose the language.   

If you now call JOC, you will find links for selecting the language in the right top Extras menu. </p>

FAQs

See JobScheduler_FAQ