You should have dashboard module, under that you should find
\dashboard\dashboard.html, you can fine button and play with it.
<button title=“{{‘Toggle full screen’ | translate}}”
class="btn btn-link"
ng-click="toggleFullscreen()">
<i c8y-icon="{{fullScreen() ? 'compress' : 'expand'}}"></i> <translate>Full screen</translate>
</button>
