Project

General

Profile

« Previous | Next » 

Revision 07de2b00

Added by Andreas Kohlbecker over 11 years ago

fixing #2966 (windows installer is no longer being build)

View differences:

src/main/webapp/manage/index.jsp
82 82
                                                   String oddOrEven = i % 2 == 0 ? "odd" : "even";
83 83
                                                   String noBottomBorder = props.getStatus().equals(CdmInstanceProperties.Status.error) ? " style=\"border-bottom:none;\"" : "";
84 84

  
85
                                               out.append("<tr id=\""+basePath+"\" class=\"entry " + oddOrEven + "\" " +noBottomBorder+ ">");
86
                                               out.append("<td class=\"base-url\"><a href=\"" + fullURL + "\">" + basePath + "</a></td>");
87
                                               out.append("<td class=\"test-url\"><a href=\"" + fullURL + "/portal/classification\">Test</a></td>");
85
                                                   out.append("<tr id=\""+basePath+"\" class=\"entry " + oddOrEven + "\" " +noBottomBorder+ ">");
86
                                                   out.append("<td class=\"base-url\"><a href=\"" + fullURL + "\">" + basePath + "</a></td>");
87
                                                   out.append("<td class=\"test-url\"><a href=\"" + fullURL + "/portal/classification\">Test</a></td>");
88 88
                                                   out.append("<td class=\"db-url\">" + props.getUrl() + "</td>");
89 89
                                                   out.append("<td class=\"status " + props.getStatus() + "\">" + props.getStatus() + "</td>");
90 90

  

Also available in: Unified diff