Jorge
Jorge
PR to track progress on external IP and Pool API implementation. Currently tracked issues: #242 #242
Update readme file to include instructions on building ciao-webui with the provided Makefile. Remove instructions regarding install.sh script, as it is outdated. Closes #246 Signed-off-by: Jorge Villalobos
We need to add support for this functionality. https://github.com/01org/ciao/issues/693 - This will allow webui to retrieve external IP list.
On create functionality: Specify size format to make it understandable for the user.
Big issue to track external ip implementation on webui. Main requirements. - user interface - API implementation Relates Issues: - [ ] #241 - Add External IP API support: list...
This functionality requires the implementation of the 2 API endpoints listed here. - create(POST) /v2/images - upload(PUT) /v2/images/{image_id}/file This issue does not still requires visual component implementation for completion.
support the following endpoints - create(POST) /v2/images - show(GET) /v2/images - show image details(GET) /v2/image/{image_id} - delete(DELETE) /v2/images/{image_id} - upload(PUT) /v2/images/{image_id}/file
Storage volume component actions: create/delete/attach should validate values of fields properly in order to avoid performing invalid HTTP requests to the API. This validation should be done at the browser/client...
Functionality should occur in the following scenario. - Multiple selection of instances involved intsances with different state such as "active" and "inactive" Ex. Select 10 instances. 6 of 10 instances...