We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent00cff1d commitfee5bd3Copy full SHA for fee5bd3
site/src/components/Resources/AgentRow.tsx
@@ -30,7 +30,6 @@ import {
30
workspaceAgentLogsMachine,
31
}from"xServices/workspaceAgentLogs/workspaceAgentLogsXService"
32
import{
33
-DefaultApp,
34
Workspace,
35
WorkspaceAgent,
36
WorkspaceAgentMetadata,
@@ -45,8 +44,6 @@ import { AgentVersion } from "./AgentVersion"
45
44
import{AgentStatus}from"./AgentStatus"
46
importCollapsefrom"@mui/material/Collapse"
47
import{useProxy}from"contexts/ProxyContext"
48
-import{Typegen0}from"xServices/auth/authXService.typegen"
49
-import{Agent}from"../../../e2e/provisionerGenerated"
50
51
exportinterfaceAgentRowProps{
52
agent:WorkspaceAgent