mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 08:13:11 +01:00
Add missing indicator in the new footer display
This commit is contained in:
parent
42e64f4360
commit
f8bb907d6c
@ -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> -->
|
||||||
|
Loading…
Reference in New Issue
Block a user