feat(home): display refresh button if --no-auth enabled

pull/2103/head
Anthony Lapenna 2018-07-28 18:12:03 +02:00
parent 6e072dbcdf
commit 29cd952a0b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
title-text="Endpoints" title-icon="fa-plug"
endpoints="endpoints"
dashboard-action="goToDashboard"
show-snapshot-action="isAdmin"
show-snapshot-action="!applicationState.application.authentication || isAdmin"
snapshot-action="triggerSnapshot"
></endpoint-list>
</div>