@beastmode-develeap/beastmode 0.1.186 → 0.1.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/web/board.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
</script>
|
|
17
17
|
<!--BOARD_DATA-->
|
|
18
|
-
<script>window.__BUILD_STAMP__ = "20260507-
|
|
18
|
+
<script>window.__BUILD_STAMP__ = "20260507-132738-7df2598";</script>
|
|
19
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
20
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
21
21
|
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
@@ -7021,6 +7021,9 @@ function EnvironmentRow({ env, health, onEdit, onDelete }) {
|
|
|
7021
7021
|
: html`<span style="font-size:12px;color:var(--text-muted);">—</span>`}
|
|
7022
7022
|
</td>
|
|
7023
7023
|
<td style="font-size:12px;">${classesDisplay}</td>
|
|
7024
|
+
<td style="font-size:12px;color:var(--text-secondary);">
|
|
7025
|
+
${env.last_deploy ? timeAgo(env.last_deploy) : html`<span style="color:var(--text-muted);">—</span>`}
|
|
7026
|
+
</td>
|
|
7024
7027
|
<td style="text-align:center;">${env.auto_promote ? '✓' : '—'}</td>
|
|
7025
7028
|
<td style="text-align:center;">${env.approval_required ? '✓' : '—'}</td>
|
|
7026
7029
|
<td>
|
|
@@ -7051,6 +7054,7 @@ function EnvironmentsTable({ environments, healthStatuses, onEdit, onDelete }) {
|
|
|
7051
7054
|
<th id="env-table-label">Name</th>
|
|
7052
7055
|
<th>Health</th>
|
|
7053
7056
|
<th>Scenario Classes</th>
|
|
7057
|
+
<th style="width:100px;">Last Deploy</th>
|
|
7054
7058
|
<th style="width:60px;text-align:center;">Auto</th>
|
|
7055
7059
|
<th style="width:60px;text-align:center;">Approval</th>
|
|
7056
7060
|
<th>Promotes to</th>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7df25988ddaa9d1ea904d9eb6b672a24e207014b
|
package/dist/web/build-stamp.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20260507-
|
|
1
|
+
20260507-132738-7df2598
|