WebService Font
WebService Font
Is it possible yet to change the font of the Webservice?
I would really like to change the font in the web service.
We are at v8.82 and I can find no option to change the font.
When is this expected?
This feature was requested in these additional threads also.
http://www.ks-soft.net/cgi-bin/phpBB/vi ... webservice
http://www.ks-soft.net/cgi-bin/phpBB/vi ... webservice
Regards
We are at v8.82 and I can find no option to change the font.
When is this expected?
This feature was requested in these additional threads also.
http://www.ks-soft.net/cgi-bin/phpBB/vi ... webservice
http://www.ks-soft.net/cgi-bin/phpBB/vi ... webservice
Regards
I found something interesting.
Advanced Host Monitor 8.00 Beta
Web Service: new "undocumented" options allow you to change style and size of the font used by web interface. You may add 3 lines into [HTML] section of webservice.ini file:
CustomStyleCompact = <style definition used for "compact" interface>
CustomStyleNormal = <style definition for regular web interface>
CustomStyleErrors = <style definition for error reports>
E.g. you may specify styles like
CustomStyleCompact=style="font-family: gill, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 50%"
CustomStyleNormal =style="font-family: gill, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 150%"
CustomStyleErrors =style="font-family: gill, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 100%"
I have tested this and it works.
Regards
Advanced Host Monitor 8.00 Beta
Web Service: new "undocumented" options allow you to change style and size of the font used by web interface. You may add 3 lines into [HTML] section of webservice.ini file:
CustomStyleCompact = <style definition used for "compact" interface>
CustomStyleNormal = <style definition for regular web interface>
CustomStyleErrors = <style definition for error reports>
E.g. you may specify styles like
CustomStyleCompact=style="font-family: gill, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 50%"
CustomStyleNormal =style="font-family: gill, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 150%"
CustomStyleErrors =style="font-family: gill, helvetica, sans-serif; font-style: normal; font-weight: normal; font-size: 100%"
I have tested this and it works.
Regards