File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments