rolling back

git-svn-id: https://beef.googlecode.com/svn/trunk@968 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-05-12 02:10:01 +00:00
parent 129a9caff6
commit 27c32f9d28
6 changed files with 4 additions and 87 deletions

View File

@@ -243,7 +243,7 @@ function genExisingExploitPanel(panel, command_id, zombie, sb) {
sortable: false,
renderer: function(value, p, record) {
html = String.format("<div style='color:#385F95;text-align:right;'>{0}</div>", value);
/*html += '<p>';
html += '<p>';
for(index in record.data.data) {
result = record.data.data[index];
@@ -252,8 +252,7 @@ function genExisingExploitPanel(panel, command_id, zombie, sb) {
html += String.format('<b>{0}</b>: {1}<br>', index, result);
}
html += '</p>';*/
html += record.data.data;
html += '</p>';
return html;
}
}]