%+header%>
<%
local info_url = luci.dispatcher.build_url("admin", "services", "openclawmgr", "diag_info")
local run_url = luci.dispatcher.build_url("admin", "services", "openclawmgr", "diag_run")
local poll_url = luci.dispatcher.build_url("admin", "services", "openclawmgr", "diag_poll")
local op_url = luci.dispatcher.build_url("admin", "services", "openclawmgr", "op")
local token = (luci.dispatcher.context and luci.dispatcher.context.token) or ""
%>
<%+tasks/embed%>
<%:Quick Checks%>
<%:Base Dir%>: -
<%:Disk Available%>: -
<%:Enable%>: -
<%:Running%>: -
<%:Node%>: - -
<%:OpenClaw%>: - -
<%:Config%>: -
<%:Service Actions%>
<%:Purge is destructive and will remove data under Base Dir. Use it only for troubleshooting.%>
<%:Diagnostics%>
<%:All actions run in background; output will appear below.%>
<%+footer%>