webinterface:webui_alternate_server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
webinterface:webui_alternate_server [2024/05/10 22:05] – [Fetch Jobs and Tasks from external Systems] emcodem | webinterface:webui_alternate_server [2024/05/10 22:17] (current) – [Global CSS override] emcodem | ||
---|---|---|---|
Line 4: | Line 4: | ||
* Globally override virtually any CSS on any page for all users, 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 |
===== 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, | * In the root folder of webinterface, | ||
- | * create the folder | + | * create the subfolder |
* create the file override.css | * create the file override.css | ||
**Example: hide the " | **Example: hide the " | ||
- | Content of alternate-server/ | + | Content of /alternate-server/ |
<code css> | <code css> | ||
Line 23: | Line 25: | ||
</ | </ | ||
+ | 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 ===== | ===== Fetch Jobs and Tasks from external Systems ===== | ||
You can use Webinterface to import/ | You can use Webinterface to import/ | ||
- | For Example: most Enterprise Transcoding, | + | For Example: most Enterprise Transcoding, |
This feature is currently used by emcodem only, please ask in the forum if you need a documentation for it. | This feature is currently used by emcodem only, please ask in the forum if you need a documentation for it. |
webinterface/webui_alternate_server.1715378736.txt.gz · Last modified: 2024/05/10 22:05 by emcodem