Forum Discussion

David_Bond's avatar
David_Bond
Icon for Professor rankProfessor
8 months ago

Option to remove Resource descriptions from Resource Tree

In the Resource Tree, vertical space is consumed if a resource has a description and it's visually noisy. I don't want to half the number of resources I can see, I now have to go through all my resources removing descriptions.  Please make the resource description div optional and default it to OFF.

Example (where it's not possible to even edit/remove the description):

I really don't care that each Azure account is "Automatically generated".  Why would LM force me to see that under each Azure account?

 

  • There's a product solution mentioned here: https://community.logicmonitor.com/discussions/product-discussions/uiv4-logicmodule-descriptions/18007

  • I would also like the option to turn this off!

    For now I did work out a CSS hack to remove them (I use the Stylus plugin in firefox) using this:

        /* Hide LM Tree descriptions */
        .tree-description { display: none; }
        .d-f.ai-s { height: 22px; }

    It will hide all of them, even those you might want. Use at your own risk :)