Hi! I was wondering if anybody had any css/xml code that could be used to hide the "Populating..." text under this drilldown in my dashboard?
<style>
/* Hide the "Populating..." text */
.loading-msg {
display: none !important;
}
</style>
<dashboard>
<!-- Your dashboard content here -->
</dashboard>