futuregrid / flask_cm

http://futuregrid.github.com/flask_cm/
Other
0 stars 1 forks source link

flavor table view #19

Open laszewsk opened 11 years ago

laszewsk commented 11 years ago

similar to the vm table view we need a flavor table view

sbpatil commented 11 years ago

so do i have to create a new page for flavour in the existing website??

laszewsk commented 11 years ago

yes, as we want to test it ...

what we need are actually multiple pages

a) one page maybe that lists all flavors in a single table just as the profile table. than you can select a falvor

b) one page, that is just listing the flavors of a single cloud

you can think about doing that with routs

/flavor/ lists flafors of a single cloud

/flavor lists flafors of all clouds

naturally we need to also be able to select the default flavor that is stored as part of the overall profile.

On Apr 8, 2013, at 3:51 PM, sbpatil notifications@github.com wrote:

so do i have to create a new page for flavour in the existing website??

— Reply to this email directly or view it on GitHub.

laszewsk commented 11 years ago

reassigned