devops-israel / aws-inventory

AWS Inventory in a single HTML file using JS AWS-SDK & Bootstrap
MIT License
388 stars 121 forks source link

Hide Empty Resources #8

Closed jgamblin closed 1 year ago

jgamblin commented 6 years ago

I am not a java developer but was hoping someone could build a button/function to hide all resource groups that have 0 resources? It would make the data a lot easier to digest.

I am amazed by this tool though, it is amazing!

jtszalay commented 6 years ago

$('div.card:has(.btn.btn-outline-primary)').toggle(); should do the trick for anyone thinking of taking this on.