Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VMware vCenter Web Client UI and data service tweaking

Hi am trying to tweak the vcenter web ui client interface , i tried creating a new extension point using web client SDK , Is there any way to change the web client UI without adding a extension point , I want to include a new input field in ui while provisioning the storage datastore and tweak in data service layer

like image 663
user2463283 Avatar asked Oct 03 '22 10:10

user2463283


1 Answers

No, You can't edit existing pages without creating an extension points, to edit the existing pages like adding new columns to tables you can extend the list view section.

For more details refer the Extending vSphere Object List Views Section in vSphere web client SDK Programming Guide.

like image 166
asvignesh Avatar answered Oct 12 '22 11:10

asvignesh