@@ -23,7 +23,6 | |||
|
23 | 23 | <br> |
|
24 | 24 | </form> |
|
25 | 25 | <br> |
|
26 | <br> | |
|
27 | 26 | |
|
28 | 27 | <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true" > |
|
29 | 28 | |
@@ -32,9 +31,19 | |||
|
32 | 31 | <div class="panel panel-default"> |
|
33 | 32 | <div class="panel-heading" role="tab" id="headingTwo"> |
|
34 | 33 | <h4 class="panel-title"> |
|
34 | ||
|
35 | 35 | <a class="collapsed" role="button" data-toggle="collapse" href="#collapseTwo-{{ radar.id }}" aria-expanded="false" aria-controls="collapseTwo"> |
|
36 | 36 | {{radar.name}}: Experiment List |
|
37 | <span> | |
|
38 | </span> | |
|
37 | 39 | </a> |
|
40 | <button type="button" class="btn btn-primary pull-right btn-xs" aria-label="Left Align" style="margin-left: 10px"> | |
|
41 | <span class="glyphicon glyphicon-play" aria-hidden="true"></span> | |
|
42 | </button> | |
|
43 | <button type="button" class="btn btn-primary pull-right btn-xs" aria-label="Left Align" style="margin-left: 10px"> | |
|
44 | <span class="glyphicon glyphicon-stop" aria-hidden="true"></span> | |
|
45 | </button> | |
|
46 | ||
|
38 | 47 | </h4> |
|
39 | 48 | </div> |
|
40 | 49 |
@@ -617,7 +617,7 def operation(request, id_camp=None): | |||
|
617 | 617 | kwargs['campaign'] = campaign |
|
618 | 618 | kwargs['campaign_keys'] = ['name', 'start_date', 'end_date', 'tags', 'description'] |
|
619 | 619 | #---Experimet |
|
620 |
keys = ['id', 'name', 'start_time', 'end_time' |
|
|
620 | keys = ['id', 'name', 'start_time', 'end_time'] | |
|
621 | 621 | kwargs['experiment_keys'] = keys[1:] |
|
622 | 622 | kwargs['experiments'] = experiments |
|
623 | 623 | #---Radar |
General Comments 0
You need to be logged in to leave comments.
Login now