Hi @janicer ,
Revert icon should behave very similarly to the revert button in the tableau toolbar. If an end user selects filters or actions that change the dashboard, it should revert the dashboard back to prior to filtering or selecting.
Yes, you can comment out button lines that you don’t want to use. You should also be able to comment out single lines or single buttons in html using a like this:
<div class="d-flex align-items-center">
<z-nav-download-button variant="primary"></z-nav-download-button>
<z-nav-share-button variant="primary"></z-nav-share-button>
<z-nav-undo-button variant="primary"></z-nav-undo-button>
<z-nav-redo-button variant="primary"></z-nav-redo-button>
<!--<z-nav-revert-button variant="primary"></z-nav-revert-button>-->
<z-nav-refresh-button variant="primary"></z-nav-refresh-button>
<z-nav-play-pause-button variant="primary"></z-nav-play-pause-button>
<z-nav-user-menu variant="primary"></z-nav-user-menu>
</div>