Skip to content

Commit

Permalink
dbdiagnostic/js/sql.js
Browse files Browse the repository at this point in the history
  • Loading branch information
feiazifeiazi committed Oct 18, 2024
1 parent 570c67e commit 4981fe1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion common/static/dbdiagnostic/js/mongo.js

This file was deleted.

1 change: 0 additions & 1 deletion common/static/dbdiagnostic/js/mysql.js

This file was deleted.

1 change: 0 additions & 1 deletion common/static/dbdiagnostic/js/oracle.js

This file was deleted.

1 change: 0 additions & 1 deletion common/static/dbdiagnostic/js/redis.js

This file was deleted.

File renamed without changes.
6 changes: 1 addition & 5 deletions sql/templates/dbdiagnostic.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,7 @@ <h4 class="modal-title text-danger">确定要终止所选会话吗?</h4>
{% load static %}
<script src="{% static 'bootstrap-table/js/bootstrap-table-export.min.js' %}"></script>
<script src="{% static 'bootstrap-table/js/tableExport.min.js' %}"></script>
<script src="{% static 'dbdiagnostic/js/pgsql.js' %}"></script>
<script src="{% static 'dbdiagnostic/js/mongo.js' %}"></script>
<script src="{% static 'dbdiagnostic/js/redis.js' %}"></script>
<script src="{% static 'dbdiagnostic/js/mysql.js' %}"></script>
<script src="{% static 'dbdiagnostic/js/oracle.js' %}"></script>
<script src="{% static 'dbdiagnostic/js/sql.js' %}"></script>
<script>

var processListColumns = [];
Expand Down

0 comments on commit 4981fe1

Please sign in to comment.