customise web interface
-
Server
- FOG Version: 1.3.4
- OS: centos 6.8
Client
- Service Version:
- OS:
Description
I have 2 servers, one for production, one for tests.
Could I customize color of web interface of my test server, to identify it and avoid making errors on my production server ? -
also, you can create a custom css for the interface and tell fog to use it
FOG Configuration > Web Server > FOG_THEME
you’ll want to keep a backup copy of it, in case it get’s removed during an upgrade. -
I don’t do it but if you change the CSS file, you can change the look of the webUI.
The CSS file is in management/css/default/fog.css
-
also, you can create a custom css for the interface and tell fog to use it
FOG Configuration > Web Server > FOG_THEME
you’ll want to keep a backup copy of it, in case it get’s removed during an upgrade. -
is it also possible to change the links on the web ui, so the links, e.g.
/fog/management/index.php?node=host
can be changed to
/fog/management/index.php?node=host&sub=list
so it immediately shows all hosts if i click on the hosts button?
-
@justeverything There is an option for that to change from the view mode to list mode.
FOG Configuration->FOG Settings->FOG View Settings change FOG_VIEW_DEFAULT_SCREEN to List
-
@george1421 thanks for the fast answer!
-
Thread solved.