User Tools

Site Tools


webinterface:webui_alternate_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
webinterface:webui_alternate_server [2024/05/10 21:53] – [About] emcodemwebinterface:webui_alternate_server [2024/05/10 22:17] (current) – [Global CSS override] emcodem
Line 3: Line 3:
 This section describes ways to  This section describes ways to 
  
-  * Globally override virtually any CSS on any page, example usage is to show/hide page elements like buttons or logo/text +  * Globally override virtually any CSS on any page for all users, example usage is to show/hide page elements like buttons or logo/text 
-  * Use Webinterface Job Viewer to display jobs/tasks from another system than FFAStrans+  * Fetch and display jobs/tasks from another system than FFAStrans or multiple FFAStrans Systems
  
  
 ===== Global CSS override ===== ===== Global CSS override =====
 +
 +Technical information for HTML aware developers: all pages in webinterface attempt to load the override.css file. If you open the browser debug tools F12 you will typically see a 404 error for override.css (unless you did create it as described here).
  
   * In the root folder of webinterface, create the folder "alternate-server"   * In the root folder of webinterface, create the folder "alternate-server"
-  * create the folder /alternate-server/css+  * create the subfolder /alternate-server/css
   * create the file override.css   * create the file override.css
  
 **Example: hide the "play" button on job submit page:** **Example: hide the "play" button on job submit page:**
  
-Content of alternate-server/css/override.css:+Content of /alternate-server/css/override.css:
  
 <code css> <code css>
Line 22: Line 24:
 } }
 </code> </code>
 +
 +Tipp: Typically you can just use the Browser F12 debug tools to locate the HTML Elements properties you need to know in order to locate and alter it in the override.css
 +===== Fetch Jobs and Tasks from external Systems =====
 +
 +You can use Webinterface to import/display jobs from any System that works similar to FFAStrans, having jobs and tasks. 
 +
 +For Example: most Enterprise Transcoding, QC, Archiving and similar systems or a mix and multiple of them. 
 +
 +This feature is currently used by emcodem only, please ask in the forum if you need a documentation for it.
webinterface/webui_alternate_server.1715378003.txt.gz · Last modified: 2024/05/10 21:53 by emcodem

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki