Skip to content

Commit e840378

Browse files
committed
Update agent status: Deployment active, Accounting paused
1 parent b81b5f1 commit e840378

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/App.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ export default function App() {
116116
id: 'deployment-agent',
117117
name: 'Deployment Agent',
118118
description: 'Build, Deploy, Rollback - CI/CD Operationen',
119-
status: 'paused',
119+
status: 'active',
120120
language: 'TypeScript',
121-
lastRun: '1 hour ago',
121+
lastRun: '15 min ago',
122122
executionCount: 456,
123123
},
124124
{
@@ -142,10 +142,10 @@ export default function App() {
142142
{
143143
id: 'accounting-agent',
144144
name: 'Accounting Agent',
145-
description: 'Qonto + FrontApp - Rechnungen matchen und hochladen',
146-
status: 'stopped',
145+
description: 'Buchhaltung - zurückgestellt',
146+
status: 'paused',
147147
language: 'TypeScript',
148-
lastRun: 'Nie',
148+
lastRun: 'Zurückgestellt',
149149
executionCount: 0,
150150
},
151151
]);
@@ -190,8 +190,8 @@ export default function App() {
190190
id: '6',
191191
timestamp: '14:12:01',
192192
agent: 'Accounting Agent',
193-
message: 'Warte auf Qonto API Key - Agent gestoppt',
194-
level: 'warning',
193+
message: 'Agent zurückgestellt',
194+
level: 'info',
195195
},
196196
{
197197
id: '7',

0 commit comments

Comments
 (0)