rolling back
git-svn-id: https://beef.googlecode.com/svn/trunk@968 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user