ui fixes on dashboard

This commit is contained in:
Andras Bacsai 2022-08-12 16:19:56 +00:00
parent 45e2c7bd03
commit 645d5e19db

View File

@ -124,7 +124,7 @@
Application
</div></td
>
<td>
<td class="flex justify-end">
{#if application.fqdn}
<a
href={application.fqdn}
@ -200,7 +200,7 @@
</div>
</td>
<td>
<td class="flex justify-end">
{#if service.fqdn}
<a
href={service.fqdn}
@ -274,7 +274,7 @@
Database
</div>
</td>
<td>
<td class="flex justify-end">
<a
href={`/databases/${database.id}`}
class="icons bg-transparent text-sm inline-flex ml-11"