parent
91666db87a
commit
afc22c6f60
|
@ -11,12 +11,6 @@
|
|||
{{ t('memories', 'Choose the root folder of your timeline to begin') }}
|
||||
</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">
|
||||
{{ error }}
|
||||
</div>
|
||||
|
@ -38,6 +32,11 @@
|
|||
|
||||
<div class="footer">
|
||||
{{ 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>
|
||||
</NcAppContent>
|
||||
|
@ -164,10 +163,6 @@ export default defineComponent({
|
|||
}
|
||||
}
|
||||
|
||||
.admin-text {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue