1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Formatting.

This commit is contained in:
mike12345567 2021-05-13 12:32:18 +01:00
parent 799b3fc138
commit 71b0fc8f40
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,8 @@
<div class="title">
<Link href={$url(`../../app/${app._id}`)}>
<Heading size="XS">
{app._id} {app.name}
{app._id}
{app.name}
</Heading>
</Link>
<ActionMenu align="right">

View file

@ -110,7 +110,7 @@
</div>
<div class="filter">
<div class="select">
<Select
<Select
bind:value={appStatus}
options={[
{ label: "Deployed", value: "deployed" },