mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-16 17:15:18 +00:00
bug
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</table>
|
||||
<script >
|
||||
$('.log_command').on('click',function(){
|
||||
var url = this.attr('href');
|
||||
var url = $(this).attr('href');
|
||||
$.ajax({url:url,success:function(data){
|
||||
BootstrapDialog.show({title:'命令统计',message:data});
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user