I want to zebra strip (gray, white, gray, white)/alternate the row colors in the triggered notable table in the Incident Review dashboard. I need help either editing or converting it to HTML so i can edit the raw code. I know the CSS to add, just need to know how or if i can edit?
Thanks in advance
I have not played around with it in depth but the place you will want to look is in $SPLUNK_HOME/etc/apps/SA-ThreatIntelligence/appserver/static/js/components/incident_review.
There are css and js files that can be manipulated.
I have not played around with it in depth but the place you will want to look is in $SPLUNK_HOME/etc/apps/SA-ThreatIntelligence/appserver/static/js/components/incident_review.
There are css and js files that can be manipulated.
I think that was possible at 2017 😊
Now there is an automatically generated js file here ./apps/SA-ThreatIntelligence/appserver/static/build/pages/incident_review.js
cool thanks I will check it out on my test server. and get back you to if i can get it to work.