Update
This commit is contained in:
parent
7d3c5ad069
commit
02fdbcb166
|
|
@ -141,6 +141,7 @@ export class WebSocketIo {
|
|||
config.runningScenario = ''
|
||||
config.runningPhysical = false
|
||||
config.output = config.output + '[CLEAR_TERMINAL_SCROLL_BACK]'
|
||||
config.listFeatureTested = []
|
||||
}
|
||||
return config
|
||||
})
|
||||
|
|
|
|||
|
|
@ -255,6 +255,7 @@ function App() {
|
|||
connecting: false,
|
||||
netOutput: "[CLEAR_TERMINAL_SCROLL_BACK]",
|
||||
output: "[CLEAR_TERMINAL_SCROLL_BACK]",
|
||||
listFeatureTested: [],
|
||||
},
|
||||
data?.stationId
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue