From 92ccd3dc78efe33577bca76bb7134745b7545812 Mon Sep 17 00:00:00 2001
From: halcyon <864072399@qq.com>
Date: Tue, 17 Mar 2015 16:25:32 +0800
Subject: [PATCH] jlog
---
templates/jlog/log_offline.html | 2 ++
templates/jlog/log_online.html | 2 ++
templates/jlog/log_search.html | 2 ++
3 files changed, 6 insertions(+)
diff --git a/templates/jlog/log_offline.html b/templates/jlog/log_offline.html
index 914eb04a5..e850a5c0d 100644
--- a/templates/jlog/log_offline.html
+++ b/templates/jlog/log_offline.html
@@ -78,6 +78,7 @@
用户名 |
登录主机 |
+ 来源IP |
命令统计 |
登录时间 |
结束时间 |
@@ -89,6 +90,7 @@
{{ post.user }} |
{{ post.host }} |
+ {{ post.remote_ip }} |
命令统计 |
{{ post.start_time|date:"Y-m-d H:i:s"}} |
{{ post.end_time|date:"Y-m-d H:i:s" }} |
diff --git a/templates/jlog/log_online.html b/templates/jlog/log_online.html
index ed69c33d1..39fe37bac 100644
--- a/templates/jlog/log_online.html
+++ b/templates/jlog/log_online.html
@@ -78,6 +78,7 @@
用户名 |
登录主机 |
+ 来源IP |
实时监控 |
阻断 |
登录时间 |
@@ -89,6 +90,7 @@
{{ post.user }} |
{{ post.host }} |
+ {{ post.remote_ip }} |
监控 |
|
{{ post.start_time|date:"Y-m-d H:i:s" }} |
diff --git a/templates/jlog/log_search.html b/templates/jlog/log_search.html
index e7d2a93b8..9bad4e391 100644
--- a/templates/jlog/log_search.html
+++ b/templates/jlog/log_search.html
@@ -4,6 +4,7 @@
用户名 |
登录主机 |
+ 来源IP |
命令统计 |
登录时间 |
结束时间 |
@@ -15,6 +16,7 @@
{{ post.user }} |
{{ post.host }} |
+ {{ post.remote_ip }} |
命令统计 |
{{ post.start_time|date:"Y-m-d H:i:s"}} |
{{ post.end_time|date:"Y-m-d H:i:s" }} |