Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / views / config / database.gsp @ 67

History | View | Annotate | Download (620 Bytes)

1
<html>
2

    
3
<head>
4
	<title>Configuration &raquo; Database</title>
5
	<meta name="layout" content="main" />
6
</head>
7

    
8
<body>
9
	
10
	<erptr:box title="Database information">
11
	
12
		<p>Eneraptor system uses PostgreSQL database management system to store log data and HCI configuration.</p>
13
		
14
		<br />
15
		
16
		<div id="dbConfigHolder">
17
			<g:remoteLink action="dbInfo" update="dbConfigHolder"><erptr:icon w="eye" />View database configuration</g:remoteLink>
18
		</div>
19
		
20
		<br />
21
		
22
		<g:link action="dbExec"><erptr:icon w="database_edit" />Execute SQL queries manually</g:link>
23
		
24
	</erptr:box>
25
	
26
</body>
27

    
28
</html>