修改移除bug

pull/6/head
ibuler 2015-04-20 15:57:10 +08:00
parent d84ff97019
commit 0a8198b2ca
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
var div_time = ' 寮濮嬫椂闂: ' + '<span class="text-info">'+start_time +'</span>' + ' 缁撴潫鏃堕棿: ' +'<span class="text-info">' + end_time + '</span'
var title = 'JumpServer鍛戒护缁熻 '+ div_username + div_ip + div_time;
$.ajax({url:url,success:function(data){
var tag = $('<div style="height: 500px;overflow: auto;background-color: rgba(0, 0, 0, 0);"></div>').html(data.replace(/\n/g,"<b r />"));
var tag = $('<div style="height: 500px;overflow: auto;background-color: rgba(0, 0, 0, 0);"></div>').html(data.replace(/\n/g,"<br />"));
BootstrapDialog.show({title: title, message:tag[0]});
}});
return false;