TECHZEN Zenoss User Community ARCHIVE  

Change font color in the Events - Event Console view

Subject: Change font color in the Events - Event Console view
Author: [Not Specified]
Posted: 2016-05-12 07:25

Is it possible to change the black fontin the Events - Events Console view when 'show severity row colors' are enabled We prefer to have row colors turned on, but theblack font is hard on the eyes.

Thanks!



Subject: Hi!
Author: Tommy
Posted: 2016-08-27 17:30

Hi!

Did you find a resolution Which version do you have

I have 4.2.3 version and would like to change colours in the events console.

Regards

Tommy



Subject: A possible answer.
Author: [Not Specified]
Posted: 2016-08-29 13:55

If you want to change the color of all text in the event, thismight not suit you needs, but if you are transforming events, you can modify the colors of individual properties using html inline. For example

evt.summary = " %s " % (evt.summary)

If this is part of a transform, all of the summaries colors are changed.

Conceptually, there should be a way of modifying the CSS for all events, but that would be deeper dive.

Morgan



Subject: You could create a ZenPack
Author: Jay Stanley
Posted: 2016-09-01 09:10

You could create a ZenPack that contains an updated javascript file. Much like when you add a .js file to update the default component table view.

(Dev guide explains this out)



< Previous
What are some of the uses for event command notifications?
  Next
JSON API and event information
>