In opsview 3.7.0 release notes the CHANGES file says:
Ensure 'custom.css' is used on all admin, graph and cgi generated pages
that's not true, as there are some pages missing, mostly the
admin/reload page.
The files that are needed to be modified are:
lib/Opsview/Web/Controller/Admin/Reload.pm
lib/Opsview/Web/Controller/Admin/Status.pm
lib/Opsview/Web/ControllerBase/Downtime.pm
lib/Opsview/Web/ControllerBase/State.pm
adding:
push( @{ $c->stash->{stylesheets} }, 'custom.css' );
after:
push( @{ $c->stash->{stylesheets} }, 'admin.css' );
Could you please include this fix in the next release?
Thanks,
Emilio
_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users