Commit e28383d8 e28383d88a536e7064a2a89b8ec7ae23c502cb4e by Christian Gerdes

New version of OraMon.jsp with sortable tables.

1 parent 66a0f063
......@@ -7,6 +7,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script src="sorttable.js"></script>
<title>OraMon Admin</title>
</head>
<body>
......@@ -111,7 +112,7 @@ function dataHandler() {
</div>
<div style="background-color: LightSteelBlue; padding: 10px;">
<table>
<table class="sortable">
<tr>
<th>Name</th>
<th>Instance</th>
......@@ -165,7 +166,7 @@ function dataHandler() {
</div>
<div style="background-color: LightSteelBlue; padding: 10px;">
<table>
<table class="sortable">
<tr>
<th>Name</th>
<th>Connection String</th>
......