first: fix admin text

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-22 19:24:20 -07:00
parent 91666db87a
commit afc22c6f60
1 changed files with 5 additions and 10 deletions

View File

@ -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;
}