mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'feat-g4' of github.com:appwrite/console into feat-g4
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<div class="u-flex u-gap-8 u-cross-center">
|
||||
<Heading tag="h2" size="5">Templates</Heading>
|
||||
<div class="tag eyebrow-heading-3">
|
||||
<span class="text u-x-small">Beta</span>
|
||||
<span class="text u-x-small">Experimental</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
<div class="u-margin-block-start-24">
|
||||
<Alert
|
||||
isStandalone
|
||||
dismissible
|
||||
type="info"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -202,16 +202,19 @@
|
||||
warning={status === 'pending'}
|
||||
success={status === 'completed' || status === 'ready'}
|
||||
info={status === 'processing' || status === 'building'}>
|
||||
<span
|
||||
class="text u-trim"
|
||||
use:tooltip={{
|
||||
content: 'Active Deployment',
|
||||
placement: 'top'
|
||||
}}>
|
||||
{#if deployment.$id === $func.deployment}
|
||||
{#if deployment.$id === $func.deployment}
|
||||
<span
|
||||
class="text u-trim"
|
||||
use:tooltip={{
|
||||
content: 'Active Deployment',
|
||||
placement: 'top'
|
||||
}}>
|
||||
<span class="icon-check-circle" aria-hidden="true" />
|
||||
{/if}
|
||||
<span>{status}</span></span>
|
||||
<span>{status}</span>
|
||||
</span>
|
||||
{:else}
|
||||
<span>{status}</span>
|
||||
{/if}
|
||||
</Pill>
|
||||
</TableCell>
|
||||
<TableCellText width={70} title="Source">
|
||||
@@ -255,8 +258,7 @@
|
||||
}}>
|
||||
Redeploy
|
||||
</DropListItem>
|
||||
|
||||
{#if deployment.status === 'ready'}
|
||||
{#if deployment.status === 'ready' && deployment.$id !== $func.deployment}
|
||||
<DropListItem
|
||||
icon="lightning-bolt"
|
||||
on:click={() => {
|
||||
|
||||
Reference in New Issue
Block a user