From 48d023f15d5e8cc4169585e032ce7116d23a91eb Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 13 Apr 2019 18:28:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=BC=82=E5=B8=B8=E9=A1=B5=E9=9D=A2=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=88=97=E8=B0=83=E6=95=B4=E5=88=B0=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E5=88=97=20closed=20#IVCHS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVCHS --- Bootstrap.Admin/wwwroot/js/exceptions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/js/exceptions.js b/Bootstrap.Admin/wwwroot/js/exceptions.js index 0dd3109f..334c0780 100644 --- a/Bootstrap.Admin/wwwroot/js/exceptions.js +++ b/Bootstrap.Admin/wwwroot/js/exceptions.js @@ -12,12 +12,12 @@ sortOrder: 'desc', queryParams: function (params) { return $.extend(params, { StartTime: $("#txt_operate_start").val(), EndTime: $("#txt_operate_end").val() }); }, columns: [ + { title: "记录时间", field: "LogTime", sortable: true }, { title: "请求网址", field: "ErrorPage", sortable: true }, { title: "用户名", field: "UserId", sortable: true }, { title: "IP", field: "UserIp", sortable: true }, { title: "异常类型", field: "ExceptionType", sortable: false }, - { title: "异常描述", field: "Message", sortable: false }, - { title: "记录时间", field: "LogTime", sortable: true } + { title: "异常描述", field: "Message", sortable: false } ], exportOptions: { fileName: "程序异常数据" From 27a4b6b5bcd28f2688213c2828631d8d4d252bdb Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 13 Apr 2019 18:49:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=EF=BC=9ALongbow.Web=E7=BB=84=E4=BB=B6=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B02.2.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment 支持网络爬虫等未设置UserAgent字符串的请求来源 --- .../Bootstrap.Client.DataAccess.csproj | 4 ++-- Bootstrap.DataAccess/Bootstrap.DataAccess.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj b/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj index 5ab729f0..5c17bcaa 100644 --- a/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj +++ b/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj @@ -12,9 +12,9 @@ - + - + diff --git a/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj b/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj index 8f0ca2ee..55106e04 100644 --- a/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj +++ b/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj @@ -14,8 +14,8 @@ - - + +