fix(routes): more ui tweaks

This commit is contained in:
Kaname
2022-09-10 01:54:59 +00:00
parent d7e72519ef
commit 4040b334f5
13 changed files with 15 additions and 18 deletions

View File

@@ -275,15 +275,13 @@
}
</script>
<nav
class="header p-5"
>
<nav class="header">
<h1 class="mr-4 text-2xl font-bold">{$t('index.dashboard')}</h1>
{#if $appSession.isAdmin && (applications.length !== 0 || destinations.length !== 0 || databases.length !== 0 || services.length !== 0 || gitSources.length !== 0 || destinations.length !== 0)}
<NewResource />
{/if}
</nav>
<div class="container lg:mx-auto lg:p-0 px-8 lg:pt-24">
<div class="container lg:mx-auto lg:p-0 px-8 lg:pt-24 pt-5">
<!-- {#if $appSession.teamId === '0'}
<Usage />
{/if} -->