Revision 3dd10b44
Added by Andreas Kohlbecker about 7 years ago
src/main/webapp/manage/index.jsp | ||
---|---|---|
65 | 65 |
<div class="container"> |
66 | 66 |
<table> |
67 | 67 |
<tr> |
68 |
<th>#</th> |
|
68 | 69 |
<th>Path</th> |
69 | 70 |
<th></th> |
70 | 71 |
<th>Database Url</th> |
... | ... | |
108 | 109 |
|
109 | 110 |
// render a table row |
110 | 111 |
out.append("<tr id=\"" + instanceConfig.getInstanceName() + "\" class=\"entry " + oddOrEven + "\">"); |
112 |
out.append("<td class=\"index\">" + i + "</td>"); |
|
111 | 113 |
out.append("<td class=\"base-url\"><a href=\"" + basePath + "/\">" + basePath + "</a></td>"); |
112 | 114 |
out.append("<td class=\"test-url\"><a href=\"" + basePath + "/portal/classification\">Test</a></td>"); |
113 | 115 |
out.append("<td class=\"db-url\">" + instanceConfig.getDataSourceUrl() + "</td>"); |
Also available in: Unified diff
adding instance count to management console