mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Add missing indicator in the new footer display
This commit is contained in:
@@ -62,7 +62,8 @@
|
|||||||
<!-- admin link -->
|
<!-- admin link -->
|
||||||
<li v-if="user.isAdmin" class="column">
|
<li v-if="user.isAdmin" class="column">
|
||||||
<router-link id="lnkAdmin" :to="{ name: 'admin.appSetup' }" >
|
<router-link id="lnkAdmin" :to="{ name: 'admin.appSetup' }" >
|
||||||
{{ $t('admin.admin_panel') }}<span v-if="appSettings.latestRelease && appSettings.checkForUpdate" class="release-flag"></span>
|
<span v-if="appSettings.latestRelease && appSettings.checkForUpdate" class="release-flag"></span>
|
||||||
|
{{ $t('admin.admin_panel') }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<!-- sign-out button -->
|
<!-- sign-out button -->
|
||||||
@@ -76,6 +77,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<!-- email link -->
|
<!-- email link -->
|
||||||
<button id="btnEmailMenu" @click="showMenu = !showMenu" class="button is-text is-like-text has-text-grey" style="width: 100%;">
|
<button id="btnEmailMenu" @click="showMenu = !showMenu" class="button is-text is-like-text has-text-grey" style="width: 100%;">
|
||||||
|
<span v-if="appSettings.latestRelease && appSettings.checkForUpdate" class="release-flag"></span>
|
||||||
<span class="mx-2 has-ellipsis">{{ user.email }}</span>
|
<span class="mx-2 has-ellipsis">{{ user.email }}</span>
|
||||||
<FontAwesomeIcon v-if="!showMenu" :icon="['fas', 'bars']" class="mr-2" />
|
<FontAwesomeIcon v-if="!showMenu" :icon="['fas', 'bars']" class="mr-2" />
|
||||||
<!-- <button v-else class="delete ml-3"></button> -->
|
<!-- <button v-else class="delete ml-3"></button> -->
|
||||||
|
Reference in New Issue
Block a user