feat: expose operation target summaries for alpine ui

This commit is contained in:
a.tolmachev
2026-03-30 01:15:53 +03:00
parent f45ace378a
commit 896078d99e
8 changed files with 112 additions and 33 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ function mapOperation(item) {
created_at: item.created_at,
updated_at: item.updated_at,
published_at: item.published_at,
target_url: '',
method: '',
target_url: item.target_url || '',
method: item.target_action || '',
usage_summary: item.usage_summary || {
calls_today: 0,
error_rate_pct: 0,