feat(adminui): Deployments page with drift indicator and Deploy button

This commit is contained in:
Joseph Doherty
2026-05-26 05:18:00 -04:00
parent b83f099394
commit f167808a2c
2 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@using Microsoft.AspNetCore.Components
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.JSInterop