threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Delete a reservation through the admin UI #749

Closed ranatrk closed 4 years ago

ranatrk commented 4 years ago

The solutions deployed through the admin panel can only be viewed under the tab solutions. There should be an option/button to be able to delete(from bcdb) the solution and cancel that reservation.

The delete endpoint is already implemented in the service https://github.com/threefoldtech/jumpscaleX_threebot/blob/development/ThreeBotPackages/zerobot/admin/frontend_src/sources/services/deployedSolutions.js#L22 , it just needs to be used in the solutions views

BolaNasr commented 4 years ago

Commit : https://github.com/threefoldtech/jumpscaleX_threebot/commit/44c0cd1ed882a6d424087f38174bbe67cd8ffe04 image

AhmedHanafy725 commented 4 years ago

Verified Branch: development Commit: b0859730f1710c53a3faa8f6a47666706d27acdc

Tried for Ubuntu reservation. Delete button

image

Confirmation

image

After deletion image