mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: add lightning icon
This commit is contained in:
@@ -241,7 +241,10 @@
|
||||
</TableCell>
|
||||
<TableCell title="Status">
|
||||
{#if activeDeployment?.$id === deployment?.$id}
|
||||
<Pill success>active</Pill>
|
||||
<Pill success
|
||||
><span class="icon-lightning-bolt" aria-hidden="true" />
|
||||
<span class="text u-trim">active</span>
|
||||
</Pill>
|
||||
{:else}
|
||||
<Pill
|
||||
danger={status === 'failed'}
|
||||
|
||||
Reference in New Issue
Block a user