feat(P6/T07): adapter compatibility validation dashboard (AutoRefresh)
AdapterCompatibilityDashboardAction added to HubsController (AutoRefresh). Five panels: adapter summary KPIs (active/draft/deprecated), widget coverage bar (adapter-backed vs native IHP, breakdown per spec), active contracts in use, unassigned widgets, active adapter spec table with widget counts. Linked from hub Show page and global nav. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
803376b09a
commit
ae81dfd484
4 changed files with 212 additions and 1 deletions
|
|
@ -45,6 +45,10 @@ instance View ShowView where
|
|||
class="text-sm border border-purple-300 text-purple-700 px-3 py-1.5 rounded hover:bg-purple-50">
|
||||
Agent Audit
|
||||
</a>
|
||||
<a href={AdapterCompatibilityDashboardAction { hubId = hub.id }}
|
||||
class="text-sm border border-teal-300 text-teal-700 px-3 py-1.5 rounded hover:bg-teal-50">
|
||||
Adapters
|
||||
</a>
|
||||
<a href={EditHubAction { hubId = hub.id }}
|
||||
class="text-sm border border-gray-300 px-3 py-1.5 rounded hover:bg-gray-50">
|
||||
Edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue