-
Notifications
You must be signed in to change notification settings - Fork 898
[WIP] Initial start to the remove port definition work #444
Conversation
Awesome thanks! |
8327d9b
to
63e70d5
Compare
Introduced route resolve of the promise returned by ngResource for the containers view
…rt-removal-fix Conflicts: controller/static/app/containers/deploy.controller.js controller/static/app/containers/deploy.html controller/static/app/utils.js
@robtec do you have screenshots or anything for a quick view? |
@ehazlett First image is defining a port definition The second one is a look at how the definitions could be added to a table, easily deleted too What's your thoughts? |
I think it'd be cool to just add another row of Also, could the 'Add' button be inline with the row of The 'added' rows would then have an Binding inputs would also allow for the user to modify the port definitions after they have been added, in the case that they make a mistake or something. |
Yeah sounds good, I was wondering about editing the table but yeah adding input rows sounds better :) |
Yeah I think having the inline inputs with just the ability to remove would be nice. I'm not a fan of the table. :) Thanks! |
Cool, I'll scrap the table, cheers for the feedback :) |
@ehazlett should we write this off as its addressed in V3? |
Yes thanks! |
Thanks for the contribution. This is now part of the new v3 ui. Thanks! |
👍 cheers @ehazlett |
Started looking at https://github.com/shipyard/shipyard/issues/373
Will keep the PR up to date with changes :)