Home Analyst Portal

Colour Coding for Priority and Status

Will_HendersonWill_Henderson Customer IT Monkey ✭
Is there an ability to have the Priority and status colour coding  from the Cireson view builder in the My/Team work sections of the Cireson Portal or in the MAWI within the console??

Answers

  • Geoff_RossGeoff_Ross Cireson Consultant O.G.
    Probably, but it would request some JS to grab the grid and check values and then apply some styling based on those values.
  • Geoff_RossGeoff_Ross Cireson Consultant O.G.
    Eg: 

    $('[role=gridcell]:Contains(Failed)').css("background-color", "red");



    You need to get this to run when on the right grid page and will probably need a mutation observer to wait until the grid loads to apply and to reapply after every auto refresh.
Sign In or Register to comment.