Menu

how to display user name on the activity log

WH Chua
2023-08-08
2023-08-08
  • WH Chua

    WH Chua - 2023-08-08

    Hi Team,

    I have some question on the activity log. The activity log in iTop version 3 only show the user name for the first action performed. Subsequent action if performed by the same user, the username will not be display.
    This become a problem for audit especially when we need to provide screenshot evidence of user action. But the username was not visible

    Appreciate advice to resolve this.
    Thank you

     
  • Guillaume Lajarige

    Hello,

    This is not possible yet, but you could do it via CSS in a custom extension.
    To see how to make your own extension, check this page.

    The CSS should be:

    .ibo-activity-entry:not(:last-child) .ibo-activity-entry--medallion {
        visibility: visible important!;
    }
    

    Hope it helps,
    Guillaume

     
  • WH Chua

    WH Chua - 2023-08-08

    thank you! shall give it a try. meanwhile, i do hope we can have that feature/option available in future version.

     
  • Guillaume Lajarige

    Feel free to ask here if you have issues while developing it :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.