feat: reconnect links after page update

This commit is contained in:
Nick
2019-09-14 13:14:07 -04:00
parent d89bf1ab71
commit 26842ab62b
3 changed files with 175 additions and 3 deletions

View File

@@ -66,8 +66,9 @@
v-list-item-subtitle.red--text.caption {{$t('admin:storage.lastSyncAttempt', { time: $options.filters.moment(tgt.lastAttempt, 'from') })}}
v-list-item-action
v-menu
v-btn(slot='activator', icon)
v-icon(color='red') mdi-information
template(v-slot:activator='{ on }')
v-btn(icon, v-on='on')
v-icon(color='red') mdi-information
v-card(width='450')
v-toolbar(flat, color='red', dark, dense) {{$t('admin:storage.errorMsg')}}
v-card-text {{tgt.message}}

View File

@@ -107,7 +107,7 @@
//- PAGE ACTIONS
template(v-if='isAuthenticated && path')
template(v-if='isAuthenticated && path && mode !== `edit`')
v-menu(offset-y, bottom, nudge-bottom='30', transition='slide-y-transition')
template(v-slot:activator='{ on: menu }')
v-tooltip(bottom)