Merge lp://staging/~stephenjohnson505/lava-scheduler/added-deviceconf-editor into lp://staging/lava-scheduler
Proposed by
Stephen Johnson
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~stephenjohnson505/lava-scheduler/added-deviceconf-editor |
Merge into: | lp://staging/lava-scheduler |
Diff against target: |
689 lines (+627/-1) 7 files modified
lava_scheduler_app/admin.py (+18/-1) lava_scheduler_app/forms.py (+194/-0) lava_scheduler_app/static/lava_scheduler_app/js/jquery-1.6.1.min.js (+18/-0) lava_scheduler_app/static/lava_scheduler_app/js/jquery.formset.js (+209/-0) lava_scheduler_app/templates/lava_scheduler_app/device_conf.html (+67/-0) lava_scheduler_app/urls.py (+3/-0) lava_scheduler_app/views.py (+118/-0) |
To merge this branch: | bzr merge lp://staging/~stephenjohnson505/lava-scheduler/added-deviceconf-editor |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nicholas Allen | Pending | ||
Seth Beinhart | Pending | ||
Linaro Validation Team | Pending | ||
Review via email: mp+169282@code.staging.launchpad.net |
Description of the change
Added the ability to edit/create/delete the device.conf files that the dispatcher needs from the device admin screen.
To post a comment you must log in.
Unmerged revisions
- 244. By Stephen Johnson
-
Changed string join
- 243. By Stephen Johnson
-
Added device.conf editor in admin