- Deployment logs
-
+
+
+ Deployment logs
+
+
+
+
+ {#if ['processing', 'building'].includes(data.deployment.status)}
+
+
+ {:else if ['failed'].includes(data.deployment.status)}
+ Deployment failed
+
+
+
+ {:else}
+ {calculateTime(data.deployment.buildTime)}
+ {/if}
+
+
{@html formatLogs(buildLogs)}