|
|
@ -79,7 +79,8 @@
|
|
|
|
<th class="text-center"> 用户名 </th>
|
|
|
|
<th class="text-center"> 用户名 </th>
|
|
|
|
<th class="text-center"> 登录主机 </th>
|
|
|
|
<th class="text-center"> 登录主机 </th>
|
|
|
|
<th class="text-center"> 来源IP </th>
|
|
|
|
<th class="text-center"> 来源IP </th>
|
|
|
|
<th class="text-center"> 统计命令 </th>
|
|
|
|
<th class="text-center"> 登录方式 </th>
|
|
|
|
|
|
|
|
<th class="text-center"> 命令 </th>
|
|
|
|
<th class="text-center"> 实时监控 </th>
|
|
|
|
<th class="text-center"> 实时监控 </th>
|
|
|
|
<th class="text-center"> 阻断 </th>
|
|
|
|
<th class="text-center"> 阻断 </th>
|
|
|
|
<th class="text-center"> 登录时间 </th>
|
|
|
|
<th class="text-center"> 登录时间 </th>
|
|
|
@ -92,7 +93,8 @@
|
|
|
|
<td id="username" class="text-center"> {{ post.user }} </td>
|
|
|
|
<td id="username" class="text-center"> {{ post.user }} </td>
|
|
|
|
<td id="ip" class="text-center"> {{ post.host }} </td>
|
|
|
|
<td id="ip" class="text-center"> {{ post.host }} </td>
|
|
|
|
<td id="remote_ip" class="text-center"> {{ post.remote_ip }} </td>
|
|
|
|
<td id="remote_ip" class="text-center"> {{ post.remote_ip }} </td>
|
|
|
|
<td class="text-center"><a href="/jlog/history/?id={{ post.id }}" class="log_command"> 命令统计 </a></td>
|
|
|
|
<td class="text-center"> {{ post.login_type }} </td>
|
|
|
|
|
|
|
|
<td class="text-center"><a href="/jlog/history/?id={{ post.id }}" class="log_command"> 统计 </a></td>
|
|
|
|
<td class="text-center"><a class="monitor" file_path="{{ post.log_path }}"> 监控 </a></td>
|
|
|
|
<td class="text-center"><a class="monitor" file_path="{{ post.log_path }}"> 监控 </a></td>
|
|
|
|
<td class="text-center"><input type="button" id="cut" class="btn btn-danger btn-xs" name="cut" value="阻断" onclick='cut("{{ post.pid }}", "{{ post.remote_ip }}")' /></td>
|
|
|
|
<td class="text-center"><input type="button" id="cut" class="btn btn-danger btn-xs" name="cut" value="阻断" onclick='cut("{{ post.pid }}", "{{ post.remote_ip }}")' /></td>
|
|
|
|
<td class="text-center" id="start_time"> {{ post.start_time|date:"Y-m-d H:i:s" }} </td>
|
|
|
|
<td class="text-center" id="start_time"> {{ post.start_time|date:"Y-m-d H:i:s" }} </td>
|
|
|
|