Commit 03f2caa2 authored by Matt Tucker's avatar Matt Tucker Committed by matt

More room for key, less room for value.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3401 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3b03652e
...@@ -248,14 +248,14 @@ function dodelete(propName) { ...@@ -248,14 +248,14 @@ function dodelete(propName) {
<tr class="<%= (n.equals(propName) ? "hilite" : "") %>"> <tr class="<%= (n.equals(propName) ? "hilite" : "") %>">
<td> <td>
<div class="hidebox" style="width:150px;"> <div class="hidebox" style="width:200px;">
<span title="<%= StringUtils.escapeHTMLTags(n) %>"> <span title="<%= StringUtils.escapeHTMLTags(n) %>">
<%= StringUtils.escapeHTMLTags(n) %> <%= StringUtils.escapeHTMLTags(n) %>
</span> </span>
</div> </div>
</td> </td>
<td> <td>
<div class="hidebox" style="width:350px;"> <div class="hidebox" style="width:300px;">
<% if (n.indexOf("passwd") > -1 || n.indexOf("password") > -1 || n.indexOf("cookieKey") > -1) { %> <% if (n.indexOf("passwd") > -1 || n.indexOf("password") > -1 || n.indexOf("cookieKey") > -1) { %>
<span style="color:#999;"><i>hidden</i></span> <span style="color:#999;"><i>hidden</i></span>
<% } else { %> <% } else { %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment