Skip to content

Commit caf7583

Browse files
committed
github actions fix
1 parent c9b34ef commit caf7583

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

data/reference/bto_completion_status.csv.meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"downloaded_rows": 1640,
44
"incomplete": false,
55
"resource_id": "d_9bbcd0c9b0351c7f41c9bfdcdc746668",
6-
"wrote_utc": "2026-04-28T03:18:15.198135+00:00"
6+
"wrote_utc": "2026-04-28T08:00:43.634219+00:00"
77
}

data/reference/bto_price_range_historical.csv.meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"downloaded_rows": 357,
44
"incomplete": false,
55
"resource_id": "d_2d493bdcc1d9a44828b6e71cb095b88d",
6-
"wrote_utc": "2026-04-28T03:18:11.522967+00:00"
6+
"wrote_utc": "2026-04-28T08:00:41.613840+00:00"
77
}

data/reference/hdb_property_information.csv.meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"downloaded_rows": 13289,
44
"incomplete": false,
55
"resource_id": "d_17f5382f26140b1fdae0ba2ef6239d2f",
6-
"wrote_utc": "2026-04-28T03:19:42.414243+00:00"
6+
"wrote_utc": "2026-04-28T08:01:40.357437+00:00"
77
}

pages/2_Ops_and_Admin.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@
3131
.ux-hero {
3232
border-radius: 16px;
3333
border: 1px solid rgba(37, 99, 235, 0.22);
34-
background: radial-gradient(circle at 15% 20%, rgba(59, 130, 246, 0.20), rgba(255, 255, 255, 0.98) 40%),
35-
linear-gradient(120deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03));
34+
background:
35+
radial-gradient(
36+
circle at 15% 20%,
37+
rgba(59, 130, 246, 0.20),
38+
rgba(255, 255, 255, 0.98) 40%
39+
),
40+
linear-gradient(120deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03));
3641
padding: 1.05rem 1.15rem;
3742
margin: 0.2rem 0 0.9rem 0;
3843
}
@@ -148,7 +153,10 @@ def _metric_card(label: str, value: str, icon: str) -> None:
148153

149154
_hero_card(
150155
"Operations and Reliability Console",
151-
"Monitor health checks, API pacing, cache behavior, and admin controls in a single operational view.",
156+
(
157+
"Monitor health checks, API pacing, cache behavior, and admin controls "
158+
"in a single operational view."
159+
),
152160
eyebrow="Open Data Ops",
153161
)
154162

0 commit comments

Comments
 (0)