aboutsummaryrefslogtreecommitdiffstats
path: root/tools/control/web/tmpl/vd-vbdfr.tmpl
blob: 566f4cb0389052f8cbdf444532e7f7980312a385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Flush Virtual Block Devices
SECTION&XenoServers
BREADCRUMB&Virtual Disk Manager&vd.jsp

<!-- content -->
<img src="pixel.gif" class="block" width="1" height="12">

<table cellpadding="0" cellspacing="0" border="0">
<tbody>
INCLUDE&vdmenu.tmpl
<td valign="top">

<b>Flush Virtual Block Device Results</b>
<br>


<%
  HttpServletRequestWrapper hsrw = new HttpServletRequestWrapper(request);
%>
output = <%= root.doFlushVirtualBlockDevices()  %>
<%
  root.doFlushState();
%>

</td>
</tbody>
</table>




<!-- end content -->