File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,12 @@ class App extends React.Component {
170
170
< h1 > Test Arduino Create Plugin</ h1 >
171
171
172
172
< p >
173
- Agent status:
174
- < span id = "agent-status" className = { this . state . agentStatus ? 'found' : 'not-found' } >
173
+ Agent status: < span id = "agent-status" className = { this . state . agentStatus ? 'found' : 'not-found' } >
175
174
{ this . state . agentStatus ? 'Found' : 'Not found' }
176
175
</ span >
177
176
</ p >
178
177
< p >
179
- Web socket status:
180
- < span id = "ws-status" className = { this . state . wsStatus ? 'found' : 'not-found' } >
178
+ Web socket status: < span id = "ws-status" className = { this . state . wsStatus ? 'found' : 'not-found' } >
181
179
{ this . state . wsStatus ? 'Connected' : 'Not connected' }
182
180
</ span >
183
181
</ p >
You can’t perform that action at this time.
0 commit comments