ui fixes on dashboard
This commit is contained in:
parent
45e2c7bd03
commit
645d5e19db
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue