mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9457: Allow retrieval and modification of VM and template details via API and UIJIRA TICKET: https://issues.apache.org/jira/browse/CLOUDSTACK-9457 ### Goal This PR proposes list/add/update/delete user vm and vm template details via API and UI. ### VM UI Screenshots Setting tab is added on Instances page. Actions allowed are: Add/Edit/Remove  Settings tab is only shown if instance is Stopped:   ### Templates UI Screenshots Setting tab is added on Templates page. Actions allowed are: Add/Edit/Remove:  * pr/1767: CLOUDSTACK-9457: Allow retrieval and modification of VM and template details via API and UI Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com> |
||
|---|---|---|
| .. | ||
| accountsWizard.js | ||
| affinity.js | ||
| autoscaler.js | ||
| dashboard.js | ||
| enableStaticNAT.js | ||
| granularSettings.js | ||
| healthCheck.js | ||
| installWizard.js | ||
| instanceWizard.js | ||
| ipRules.js | ||
| login.js | ||
| metricsView.js | ||
| physicalResources.js | ||
| pluginListing.js | ||
| projectSelect.js | ||
| projects.js | ||
| recurringSnapshots.js | ||
| regions.js | ||
| saml.js | ||
| securityRules.js | ||
| uploadVolume.js | ||
| vpc.js | ||
| zoneChart.js | ||
| zoneFilter.js | ||
| zoneWizard.js | ||