parent
91666db87a
commit
afc22c6f60
|
@ -11,12 +11,6 @@
|
||||||
{{ t('memories', 'Choose the root folder of your timeline to begin') }}
|
{{ t('memories', 'Choose the root folder of your timeline to begin') }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="admin-text" v-if="isAdmin">
|
|
||||||
{{ t('memories', 'If you just installed Memories, run:') }}
|
|
||||||
<br />
|
|
||||||
<code>occ memories:index</code>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="error" v-if="error">
|
<div class="error" v-if="error">
|
||||||
{{ error }}
|
{{ error }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -38,6 +32,11 @@
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
{{ t('memories', 'You can always change this later in settings') }}
|
{{ t('memories', 'You can always change this later in settings') }}
|
||||||
|
|
||||||
|
<span class="admin-text" v-if="isAdmin">
|
||||||
|
<br />
|
||||||
|
{{ t('memories', 'If you just installed Memories, visit the admin panel first.') }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</NcAppContent>
|
</NcAppContent>
|
||||||
|
@ -164,10 +163,6 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-text {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue