4.1

Table Of Contents
9 Open the Virtual Machine Manager Web view in a browser at http://
<orchestrator_server>
:
8280/vmo/.
10 Click the Create simple virtual machine link in the Workflows tab.
A Web form opens in the browser to allow users to enter parameters to create a virtual machine.
11 (Optional) Add more links to start workflows by adding more vco:WorkflowLink references to
runWorkflows.html.
For example, add the following vco:WorkflowLink references:
<li><a jwcid="@vco:WorkflowLink" workflow="cloneVM" isDialog="true">
Clone a virtual machine
</a></li>
<li><a jwcid="@vco:WorkflowLink" workflow="snapVM" isDialog="true">
Take a snapshot of all virtual machines in a resource pool
</a></li>
<li><a jwcid="@vco:WorkflowLink" workflow="removeSnaps" isDialog="true">
Remove virtual machine snapshots of a given size
</a></li>
<li><a jwcid="@vco:WorkflowLink" workflow="thickToThin" isDialog="true">
Convert a virtual disk from thick to thin provisioning
</a></li>
<li><a jwcid="@vco:WorkflowLink" workflow="deleteVM" isDialog="true">
Delete a virtual machine
</a></li>
NOTE Make sure that you create the Web view attribute in the Orchestrator client for each
vco:WorkflowLink reference.
You added links to the Virtual Machine Manager Web view that run workflows on virtual machines in the
vCenter server inventory.
What to do next
Customize the appearance of the Web view.
Customize the Web View Interface
You can customize the appearance of the Web view by adjusting the custom.css style sheet and changing the
images in the \images folder.
Prerequisites
You created the Virtual Machine Manager Web view.
Procedure
1 (Optional) Change the Web view logo by overwriting the \images\header_logo.jpg file, for example, with
a JPEG of your company logo.
2 Open the \css\custom.css style sheet file in a text editor.
3 Adjust the width and height values of siteTitle to fit the proportions of your company logo file.
4 Refresh the page in the browser.
Chapter 9 Developing Web Views
VMware, Inc. 325