fix: dashboard for non-root users

This commit is contained in:
Andras Bacsai
2022-08-23 10:19:57 +02:00
parent f6314cab69
commit bf5659d0e2
7 changed files with 14 additions and 9 deletions

View File

@@ -62,7 +62,7 @@
</button>
</div>
<div class="flex-col justify-center">
<div class="flex-col justify-center mt-10 pb-12 sm:pb-16">
{#if !services || ownServices.length === 0}
<div class="flex-col">
<div class="text-center text-xl font-bold">{$t('service.no_service')}</div>