|
271 | 271 | <v-layout row wrap justify-center> |
272 | 272 | <!-- switch --> |
273 | 273 | <v-flex xs12 offset-md2 md5> |
274 | | - <v-switch label="Sonar" value="sonar" v-model="checkedTests" color="#f45525"></v-switch> |
| 274 | + <v-switch label="Sonar" value="sonar" v-model="checkedTests" color="orange"></v-switch> |
275 | 275 | </v-flex> |
276 | 276 | <!-- button state --> |
277 | 277 | <v-flex xs12 md4> |
|
302 | 302 | <v-layout row wrap justify-center> |
303 | 303 | <!-- switch --> |
304 | 304 | <v-flex xs12 offset-md2 md5> |
305 | | - <v-switch label="Motors" value="motors" v-model="checkedTests" color="#f45525"> |
| 305 | + <v-switch label="Motors" value="motors" v-model="checkedTests" color="orange"> |
306 | 306 | </v-switch> |
307 | 307 | </v-flex> |
308 | 308 | <!-- button state --> |
309 | 309 | <v-flex xs12 md4> |
310 | 310 | <span v-if="cb.logs.test != null && cb.logs.test.motors != 0"> |
311 | 311 | <!-- passed --> |
312 | | - <span v-if="cb.logs.test.motor== 1"> |
| 312 | + <span v-if="cb.logs.test.motors== 1"> |
313 | 313 | <v-btn @click="runTests" slot="activator" color="green" dark> |
314 | 314 | <v-icon>fas fa-check</v-icon> Passed |
315 | 315 | </v-btn> |
|
334 | 334 | <v-layout row wrap justify-center> |
335 | 335 | <!-- switch --> |
336 | 336 | <v-flex xs12 offset-md2 md5> |
337 | | - <v-switch label="Speaker" value="speaker" v-model="checkedTests" color="#f45525"> |
| 337 | + <v-switch label="Speaker" value="speaker" v-model="checkedTests" color="orange"> |
338 | 338 | </v-switch> |
339 | 339 | </v-flex> |
340 | 340 | <!-- button state --> |
|
366 | 366 | <v-layout row wrap justify-center> |
367 | 367 | <!-- switch --> |
368 | 368 | <v-flex xs12 offset-md2 md5> |
369 | | - <v-switch label="OCR" value="ocr" v-model="checkedTests" color="#f45525"> |
| 369 | + <v-switch label="OCR" value="ocr" v-model="checkedTests" color="orange"> |
370 | 370 | </v-switch> |
371 | 371 | </v-flex> |
372 | 372 | <!-- button state --> |
|
405 | 405 | block |
406 | 406 | @click="runTests" |
407 | 407 | slot="activator" |
408 | | - color="error" |
| 408 | + color="orange" |
409 | 409 | dark> |
410 | | - <v-icon>fas fa-share-square</v-icon> Run tests |
| 410 | + <v-icon>fas fa-running</v-icon> Run tests |
411 | 411 | </v-btn> |
412 | 412 | <v-btn v-else |
413 | 413 | block |
414 | 414 | disabled> |
415 | | - <v-icon>fas fa-share-square</v-icon> Running tests... |
| 415 | + <v-icon>fas fa-ellipsis-h</v-icon> Running tests... |
416 | 416 | </v-btn> |
417 | 417 | <!-- DEBUG |
418 | 418 | Running test: {{ cb.logs.runningTest }} |
|
0 commit comments