Formatting.
This commit is contained in:
parent
5df453d2a3
commit
768fa8e725
|
@ -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">
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
</div>
|
||||
<div class="filter">
|
||||
<div class="select">
|
||||
<Select
|
||||
<Select
|
||||
bind:value={appStatus}
|
||||
options={[
|
||||
{ label: "Deployed", value: "deployed" },
|
||||
|
|
Loading…
Reference in New Issue