Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / views / sysState / measureUpdate.gsp @ 6

History | View | Annotate | Download (667 Bytes)

1
<!-- This page gets rendered only if there were errors  -->
2
<html>
3

    
4
<head>
5
	<title>System State &raquo; Error updating measurements manually</title>
6
	<meta name="layout" content="main" />
7
</head>
8

    
9
<body>
10

    
11
	<erptr:box title="Updating measurements manually failed">
12
		
13
		<p>Unfortunately, there were some errors while trying to send the request to the logic unit. You can check the output below.</p>
14
		<p>Please try sending the request again. If sending fails again, check <g:link controller="config" action="connection">HCI to Logic connection settings</g:link>.</p>
15
		<br />
16
		
17
		<div>${errorExplanation}</div>
18
		
19
	</erptr:box>
20

    
21
</body>
22

    
23
</html>