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
d3a61c5a
Commit
d3a61c5a
authored
Aug 09, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 升级jquery
parent
a188968e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
new_login.html
apps/authentication/templates/authentication/new_login.html
+1
-1
celery_task_log.html
apps/ops/templates/ops/celery_task_log.html
+1
-1
jquery-3.1.1.min.js
apps/static/js/jquery-3.1.1.min.js
+0
-0
_head_css_js.html
apps/templates/_head_css_js.html
+2
-1
session_commands_list_modal.html
...minal/templates/terminal/session_commands_list_modal.html
+1
-1
_base_otp.html
apps/users/templates/users/_base_otp.html
+1
-1
No files found.
apps/authentication/templates/authentication/new_login.html
View file @
d3a61c5a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<link
href=
"{% static 'css/login-style.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static 'css/login-style.css' %}"
rel=
"stylesheet"
>
<!-- scripts -->
<!-- scripts -->
<script
src=
"{% static 'js/jquery-
2.1.1
.js' %}"
></script>
<script
src=
"{% static 'js/jquery-
3.1.1.min
.js' %}"
></script>
<script
src=
"{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/datatables/datatables.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/datatables/datatables.min.js' %}"
></script>
...
...
apps/ops/templates/ops/celery_task_log.html
View file @
d3a61c5a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{% load i18n %}
{% load i18n %}
<head>
<head>
<title>
{% trans 'Task log' %}
</title>
<title>
{% trans 'Task log' %}
</title>
<script
src=
"{% static 'js/jquery-
2.1.1
.js' %}"
></script>
<script
src=
"{% static 'js/jquery-
3.1.1.min
.js' %}"
></script>
<script
src=
"{% static 'js/plugins/xterm/xterm.js' %}"
></script>
<script
src=
"{% static 'js/plugins/xterm/xterm.js' %}"
></script>
<link
rel=
"stylesheet"
href=
"{% static 'js/plugins/xterm/xterm.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'js/plugins/xterm/xterm.css' %}"
/>
<style>
<style>
...
...
apps/static/js/jquery-3.1.1.min.js
0 → 100755
View file @
d3a61c5a
This diff is collapsed.
Click to expand it.
apps/templates/_head_css_js.html
View file @
d3a61c5a
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<link
href=
"{% static 'css/plugins/vaildator/jquery.validator.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static 'css/plugins/vaildator/jquery.validator.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static 'css/plugins/datatables/datatables.min.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static 'css/plugins/datatables/datatables.min.css' %}"
rel=
"stylesheet"
>
<!-- scripts -->
<!-- scripts -->
<script
src=
"{% static 'js/jquery-
2.1.1
.js' %}"
></script>
<script
src=
"{% static 'js/jquery-
3.1.1.min
.js' %}"
></script>
<script
src=
"{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/datatables/datatables.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/datatables/datatables.min.js' %}"
></script>
\ No newline at end of file
apps/terminal/templates/terminal/session_commands_list_modal.html
View file @
d3a61c5a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
{% include '_head_css_js.html' %}
{% include '_head_css_js.html' %}
<link
href=
"{% static 'css/bootstrap.min.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static 'css/bootstrap.min.css' %}"
rel=
"stylesheet"
>
<link
href=
"{% static "
css
/
plugins
/
footable
/
footable
.
core
.
css
"
%}"
rel=
"stylesheet"
>
<link
href=
"{% static "
css
/
plugins
/
footable
/
footable
.
core
.
css
"
%}"
rel=
"stylesheet"
>
<script
src=
"{% static 'js/jquery-
2.1.1
.js' %}"
></script>
<script
src=
"{% static 'js/jquery-
3.1.1.min
.js' %}"
></script>
<script
src=
"{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"
></script>
<script
src=
"{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
</head>
</head>
...
...
apps/users/templates/users/_base_otp.html
View file @
d3a61c5a
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<link
rel=
"shortcut icon"
href=
"{{ FAVICON_URL }}"
type=
"image/x-icon"
>
<link
rel=
"shortcut icon"
href=
"{{ FAVICON_URL }}"
type=
"image/x-icon"
>
<link
rel=
"stylesheet"
href=
"{% static 'fonts/font_otp/iconfont.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'fonts/font_otp/iconfont.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'css/otp.css' %}"
/>
<link
rel=
"stylesheet"
href=
"{% static 'css/otp.css' %}"
/>
<script
src=
"{% static 'js/jquery-
2.1.1
.js' %}"
></script>
<script
src=
"{% static 'js/jquery-
3.1.1.min
.js' %}"
></script>
<script
src=
"{% static "
js
/
plugins
/
qrcode
/
qrcode
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
plugins
/
qrcode
/
qrcode
.
min
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% url 'javascript-catalog' %}"
></script>
<script
type=
"text/javascript"
src=
"{% url 'javascript-catalog' %}"
></script>
</head>
</head>
...
...
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