aboutsummaryrefslogtreecommitdiffstats
path: root/tools/control/web/tmpl/vd-vbdfr.tmpl
blob: 0d172923bdfa9de0d05e586f5d8e90df2e3d6a52 (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 = <%= new CommandVbdFlush().execute()  %>
<%
  root.doFlushState();
%>

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




<!-- end content -->