File tree 1 file changed +2
-2
lines changed
plugins/plugin-codeflare-dashboard/src/controller/dashboard/status
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export default class Live {
109
109
110
110
// inform the UI that we have updates
111
111
cb ( {
112
- lines : this . pushLine ( data , metric , timestamp ) ,
112
+ // lines: this.pushLine(data, metric, timestamp),
113
113
workers : Object . values ( this . workers ) ,
114
114
} )
115
115
}
@@ -166,7 +166,7 @@ export default class Live {
166
166
167
167
/** `pushLine` and then pass the updated model to `cb` */
168
168
private pushLineAndPublish ( line : string , metric : WorkerState , timestamp : number , cb : OnData ) {
169
- cb ( { lines : this . pushLine ( line , metric , timestamp ) , workers : Object . values ( this . workers ) } )
169
+ cb ( { /* lines: this.pushLine(line, metric, timestamp), */ workers : Object . values ( this . workers ) } )
170
170
}
171
171
172
172
private asMillisSinceEpoch ( timestamp : string ) {
You can’t perform that action at this time.
0 commit comments