User Tools

Site Tools


webinterface:webui_alternate_server

This is an old revision of the document!


About

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
  • Use Webinterface Job Viewer to display jobs/tasks from another system than FFAStrans

Global CSS override

  • In the root folder of webinterface, create the folder “alternate-server”
  • create the folder /alternate-server/css
  • create the file override.css

Example: hide the “play” button on job submit page:

Content of alternate-server/css/override.css:

[id*="player"] {
    display:none !important;
}
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