From 18d01454548f7fb30f6fc24d9d8fb38840e76901 Mon Sep 17 00:00:00 2001
From: Alexander Kabui
Date: Mon, 7 Dec 2020 12:18:26 +0300
Subject: replace datatatable/jquery.js in templates
---
wqflask/wqflask/templates/admin/create_group.html | 4 +++-
wqflask/wqflask/templates/admin/search_for_groups.html | 4 +++-
wqflask/wqflask/templates/ctl_results.html | 4 +++-
wqflask/wqflask/templates/network_graph.html | 4 +++-
wqflask/wqflask/templates/pair_scan_results.html | 4 +++-
5 files changed, 15 insertions(+), 5 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/admin/create_group.html b/wqflask/wqflask/templates/admin/create_group.html
index 5a6929fb..4ab70007 100644
--- a/wqflask/wqflask/templates/admin/create_group.html
+++ b/wqflask/wqflask/templates/admin/create_group.html
@@ -80,7 +80,9 @@
{% endblock %}
{% block js %}
-
+
+
+
diff --git a/wqflask/wqflask/templates/admin/search_for_groups.html b/wqflask/wqflask/templates/admin/search_for_groups.html
index f304a172..1df4d0a2 100644
--- a/wqflask/wqflask/templates/admin/search_for_groups.html
+++ b/wqflask/wqflask/templates/admin/search_for_groups.html
@@ -63,7 +63,9 @@
{% endblock %}
{% block js %}
-
+
+
+
diff --git a/wqflask/wqflask/templates/ctl_results.html b/wqflask/wqflask/templates/ctl_results.html
index e374eb4e..7ce67d0e 100644
--- a/wqflask/wqflask/templates/ctl_results.html
+++ b/wqflask/wqflask/templates/ctl_results.html
@@ -64,7 +64,9 @@
gn2_url = "{{ gn2_url | safe }}"
-
+
+
+
diff --git a/wqflask/wqflask/templates/network_graph.html b/wqflask/wqflask/templates/network_graph.html
index be3d0402..33f0365b 100644
--- a/wqflask/wqflask/templates/network_graph.html
+++ b/wqflask/wqflask/templates/network_graph.html
@@ -140,7 +140,9 @@
gn2_url = "{{ gn2_url | safe }}"
-
+
+
+
diff --git a/wqflask/wqflask/templates/pair_scan_results.html b/wqflask/wqflask/templates/pair_scan_results.html
index f1646af7..14a62e0d 100644
--- a/wqflask/wqflask/templates/pair_scan_results.html
+++ b/wqflask/wqflask/templates/pair_scan_results.html
@@ -64,7 +64,9 @@
-
+
+
+
--
cgit v1.2.3
From 506ef2eb500660ca7b16fcc99801b3c7e7a0f309 Mon Sep 17 00:00:00 2001
From: Alexander Kabui
Date: Mon, 7 Dec 2020 17:27:30 +0300
Subject: replace datatable-scroller in templates
---
wqflask/wqflask/templates/show_trait.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html
index 7b74a3f6..25aa6230 100644
--- a/wqflask/wqflask/templates/show_trait.html
+++ b/wqflask/wqflask/templates/show_trait.html
@@ -147,7 +147,7 @@
-
+
--
cgit v1.2.3
From 16c1566041d4f871d2b4904392260261a7ee99f3 Mon Sep 17 00:00:00 2001
From: Alexander Kabui
Date: Mon, 7 Dec 2020 17:47:38 +0300
Subject: add buttons.datatables css
---
wqflask/wqflask/templates/admin/group_manager.html | 2 +-
wqflask/wqflask/templates/admin/manage_user.html | 2 +-
wqflask/wqflask/templates/admin/set_group_privileges.html | 2 +-
wqflask/wqflask/templates/admin/view_group.html | 2 +-
wqflask/wqflask/templates/set_group_privileges.html | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/admin/group_manager.html b/wqflask/wqflask/templates/admin/group_manager.html
index c8ed6851..c0b99e75 100644
--- a/wqflask/wqflask/templates/admin/group_manager.html
+++ b/wqflask/wqflask/templates/admin/group_manager.html
@@ -2,7 +2,7 @@
{% block title %}Group Manager{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
diff --git a/wqflask/wqflask/templates/admin/manage_user.html b/wqflask/wqflask/templates/admin/manage_user.html
index 7afe075f..3ef90b90 100644
--- a/wqflask/wqflask/templates/admin/manage_user.html
+++ b/wqflask/wqflask/templates/admin/manage_user.html
@@ -2,7 +2,7 @@
{% block title %}View and Edit Group{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
diff --git a/wqflask/wqflask/templates/admin/set_group_privileges.html b/wqflask/wqflask/templates/admin/set_group_privileges.html
index bc52788f..04842453 100644
--- a/wqflask/wqflask/templates/admin/set_group_privileges.html
+++ b/wqflask/wqflask/templates/admin/set_group_privileges.html
@@ -2,7 +2,7 @@
{% block title %}Set Group Privileges{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
diff --git a/wqflask/wqflask/templates/admin/view_group.html b/wqflask/wqflask/templates/admin/view_group.html
index 9e3cce7b..26692fe8 100644
--- a/wqflask/wqflask/templates/admin/view_group.html
+++ b/wqflask/wqflask/templates/admin/view_group.html
@@ -2,7 +2,7 @@
{% block title %}View and Edit Group{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
diff --git a/wqflask/wqflask/templates/set_group_privileges.html b/wqflask/wqflask/templates/set_group_privileges.html
index 98b0cc12..a0a53292 100644
--- a/wqflask/wqflask/templates/set_group_privileges.html
+++ b/wqflask/wqflask/templates/set_group_privileges.html
@@ -2,7 +2,7 @@
{% block title %}Set Group Privileges{% endblock %}
{% block css %}
-
+
{% endblock %}
{% block content %}
--
cgit v1.2.3
From 6de952648e36e7382ca692066aadbc48d613fb3c Mon Sep 17 00:00:00 2001
From: Alexander Kabui
Date: Tue, 8 Dec 2020 16:40:20 +0300
Subject: remove duplicate libs
---
wqflask/wqflask/templates/admin/create_group.html | 2 --
wqflask/wqflask/templates/admin/search_for_groups.html | 2 --
wqflask/wqflask/templates/ctl_results.html | 4 +---
wqflask/wqflask/templates/network_graph.html | 5 +----
wqflask/wqflask/templates/pair_scan_results.html | 2 --
5 files changed, 2 insertions(+), 13 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/admin/create_group.html b/wqflask/wqflask/templates/admin/create_group.html
index 4ab70007..38ae834c 100644
--- a/wqflask/wqflask/templates/admin/create_group.html
+++ b/wqflask/wqflask/templates/admin/create_group.html
@@ -81,8 +81,6 @@
{% block js %}
-
-
diff --git a/wqflask/wqflask/templates/admin/search_for_groups.html b/wqflask/wqflask/templates/admin/search_for_groups.html
index 1df4d0a2..0e1ec720 100644
--- a/wqflask/wqflask/templates/admin/search_for_groups.html
+++ b/wqflask/wqflask/templates/admin/search_for_groups.html
@@ -64,8 +64,6 @@
{% block js %}
-
-
diff --git a/wqflask/wqflask/templates/ctl_results.html b/wqflask/wqflask/templates/ctl_results.html
index 7ce67d0e..5b8a4cc2 100644
--- a/wqflask/wqflask/templates/ctl_results.html
+++ b/wqflask/wqflask/templates/ctl_results.html
@@ -64,9 +64,7 @@
gn2_url = "{{ gn2_url | safe }}"
-
-
-
+
diff --git a/wqflask/wqflask/templates/network_graph.html b/wqflask/wqflask/templates/network_graph.html
index 33f0365b..06937293 100644
--- a/wqflask/wqflask/templates/network_graph.html
+++ b/wqflask/wqflask/templates/network_graph.html
@@ -139,10 +139,7 @@
elements_list = {{ elements | safe }}
gn2_url = "{{ gn2_url | safe }}"
-
-
-
-
+
diff --git a/wqflask/wqflask/templates/pair_scan_results.html b/wqflask/wqflask/templates/pair_scan_results.html
index 14a62e0d..a706403b 100644
--- a/wqflask/wqflask/templates/pair_scan_results.html
+++ b/wqflask/wqflask/templates/pair_scan_results.html
@@ -65,8 +65,6 @@
-
-
--
cgit v1.2.3