fp7-ofelia / ocf

OFELIA Control Framework (OCF) is a set of software tools for testbed management.
http://fp7-ofelia.github.com/ocf/
Other
18 stars 14 forks source link

Ports to be selected automatically for flowspace selection #215

Closed CarolinaFernandez closed 10 years ago

CarolinaFernandez commented 10 years ago

An internal user reported that it was not clear that the ports for each device should be manually selected.

All ports should be selected by default (if there was not a previous selection). Then the user may choose a subset if preferred. This selection will be saved and shown as the new selected devices for that form.

CarolinaFernandez commented 10 years ago

Done.

The initial set of values can be established for a Django form via the initial tag. Modified for SliverMultipleChoiceField in expedient/src/python/plugins/openflow/plugin/views.py.