Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
7dc8b128
Commit
7dc8b128
authored
Sep 23, 2019
by
BaiJiangJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix] 修复 API Key table 加载时报错(在日志审计模块中)
parent
0ed08c2f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ftp_log_list.html
apps/audits/templates/audits/ftp_log_list.html
+1
-1
login_log_list.html
apps/audits/templates/audits/login_log_list.html
+1
-1
operate_log_list.html
apps/audits/templates/audits/operate_log_list.html
+1
-1
password_change_log_list.html
apps/audits/templates/audits/password_change_log_list.html
+1
-1
No files found.
apps/audits/templates/audits/ftp_log_list.html
View file @
7dc8b128
...
...
@@ -112,7 +112,7 @@
<script
src=
"{% static 'js/plugins/datepicker/bootstrap-datepicker.js' %}"
></script>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'table'
).
DataTable
({
$
(
'
#edi
table'
).
DataTable
({
"searching"
:
false
,
"paging"
:
false
,
"bInfo"
:
false
,
...
...
apps/audits/templates/audits/login_log_list.html
View file @
7dc8b128
...
...
@@ -105,7 +105,7 @@
<script
src=
"{% static 'js/plugins/datepicker/bootstrap-datepicker.js' %}"
></script>
<script>
$
(
document
).
ready
(
function
()
{
jumpserver
.
initStaticTable
(
'table'
);
jumpserver
.
initStaticTable
(
'
#login_log_
table'
);
$
(
'#date .input-daterange'
).
datepicker
({
format
:
"yyyy-mm-dd"
,
todayBtn
:
"linked"
,
...
...
apps/audits/templates/audits/operate_log_list.html
View file @
7dc8b128
...
...
@@ -100,7 +100,7 @@
<script
src=
"{% static 'js/plugins/datepicker/bootstrap-datepicker.js' %}"
></script>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'table'
).
DataTable
({
$
(
'
#edi
table'
).
DataTable
({
"searching"
:
false
,
"paging"
:
false
,
"bInfo"
:
false
,
...
...
apps/audits/templates/audits/password_change_log_list.html
View file @
7dc8b128
...
...
@@ -77,7 +77,7 @@
<script
src=
"{% static 'js/plugins/datepicker/bootstrap-datepicker.js' %}"
></script>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'table'
).
DataTable
({
$
(
'
#edi
table'
).
DataTable
({
"searching"
:
false
,
"paging"
:
false
,
"bInfo"
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment