File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 267
267
268
268
<div class =" cardContent" >
269
269
<div id =' test_array' >
270
- <v-switch label =" Motors" value =" motors" v-model =" checkedTests" ></v-switch >
271
- <v-switch label =" Sonar" value =" sonar" v-model =" checkedTests" ></v-switch >
272
- <v-switch label =" Speaker" value =" speaker" v-model =" checkedTests" ></v-switch >
273
- <v-switch label =" OCR" value =" ocr" v-model =" checkedTests" ></v-switch >
270
+ <v-switch label =" Motors" value =" motors" v-model =" checkedTests" color = " #f45525 " ></v-switch >
271
+ <v-switch label =" Sonar" value =" sonar" v-model =" checkedTests" color = " #f45525 " ></v-switch >
272
+ <v-switch label =" Speaker" value =" speaker" v-model =" checkedTests" color = " #f45525 " ></v-switch >
273
+ <v-switch label =" OCR" value =" ocr" v-model =" checkedTests" color = " #f45525 " ></v-switch >
274
274
<span >Checked names: {{ checkedTests }}</span >
275
275
</div >
276
276
<br >
277
+ <div class =" text-xs-center" >
277
278
<v-btn @click =" runTests" slot =" activator" color =" error" dark >
278
279
<v-icon >fas fa-share-square</v-icon > Run tests
279
280
</v-btn >
281
+ </div >
280
282
</div >
281
283
282
284
</v-card >
You can’t perform that action at this time.
0 commit comments