fix: ui with headers

This commit is contained in:
Kaname
2022-09-10 17:23:55 +00:00
parent 1917091338
commit 9e3c14841a
13 changed files with 18 additions and 19 deletions

View File

@@ -275,7 +275,7 @@
}
</script>
<nav class="header">
<nav class="header p-7">
<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 />