summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/config_bundle
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/config_bundle')
-rw-r--r--dashboard/src/templates/config_bundle/steps/assign_host_roles.html2
-rw-r--r--dashboard/src/templates/config_bundle/steps/assign_network_roles.html2
-rw-r--r--dashboard/src/templates/config_bundle/steps/config_software.html2
-rw-r--r--dashboard/src/templates/config_bundle/steps/define_software.html2
-rw-r--r--dashboard/src/templates/config_bundle/steps/pick_installer.html2
-rw-r--r--dashboard/src/templates/config_bundle/steps/table_formset.html11
6 files changed, 11 insertions, 10 deletions
diff --git a/dashboard/src/templates/config_bundle/steps/assign_host_roles.html b/dashboard/src/templates/config_bundle/steps/assign_host_roles.html
index 3ba7665..b87a17f 100644
--- a/dashboard/src/templates/config_bundle/steps/assign_host_roles.html
+++ b/dashboard/src/templates/config_bundle/steps/assign_host_roles.html
@@ -1,6 +1,6 @@
{% extends "config_bundle/steps/table_formset.html" %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block table %}
<thead>
diff --git a/dashboard/src/templates/config_bundle/steps/assign_network_roles.html b/dashboard/src/templates/config_bundle/steps/assign_network_roles.html
index 0e887d6..aa1df44 100644
--- a/dashboard/src/templates/config_bundle/steps/assign_network_roles.html
+++ b/dashboard/src/templates/config_bundle/steps/assign_network_roles.html
@@ -1,6 +1,6 @@
{% extends "config_bundle/steps/table_formset.html" %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block table %}
<thead>
diff --git a/dashboard/src/templates/config_bundle/steps/config_software.html b/dashboard/src/templates/config_bundle/steps/config_software.html
index b181c7e..68417bc 100644
--- a/dashboard/src/templates/config_bundle/steps/config_software.html
+++ b/dashboard/src/templates/config_bundle/steps/config_software.html
@@ -1,7 +1,7 @@
{% extends "workflow/viewport-element.html" %}
{% load staticfiles %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block content %}
diff --git a/dashboard/src/templates/config_bundle/steps/define_software.html b/dashboard/src/templates/config_bundle/steps/define_software.html
index ba1ff34..87e5997 100644
--- a/dashboard/src/templates/config_bundle/steps/define_software.html
+++ b/dashboard/src/templates/config_bundle/steps/define_software.html
@@ -1,6 +1,6 @@
{% extends "config_bundle/steps/table_formset.html" %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block table %}
<thead>
diff --git a/dashboard/src/templates/config_bundle/steps/pick_installer.html b/dashboard/src/templates/config_bundle/steps/pick_installer.html
index 3b170d9..31a06de 100644
--- a/dashboard/src/templates/config_bundle/steps/pick_installer.html
+++ b/dashboard/src/templates/config_bundle/steps/pick_installer.html
@@ -1,7 +1,7 @@
{% extends "workflow/viewport-element.html" %}
{% load staticfiles %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block content %}
diff --git a/dashboard/src/templates/config_bundle/steps/table_formset.html b/dashboard/src/templates/config_bundle/steps/table_formset.html
index ad2c5a3..18edc72 100644
--- a/dashboard/src/templates/config_bundle/steps/table_formset.html
+++ b/dashboard/src/templates/config_bundle/steps/table_formset.html
@@ -1,15 +1,16 @@
{% extends "workflow/viewport-element.html" %}
{% load staticfiles %}
-{% load bootstrap3 %}
+{% load bootstrap4 %}
{% block extrahead %}
<!-- DataTables CSS -->
- <link href="{% static "bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" %}"
+ <link href="{% static "bower_components/datatables.net-bs4/css/dataTables.bootstrap4.min.css" %}"
rel="stylesheet">
<!-- DataTables Responsive CSS -->
- <link href="{% static "bower_components/datatables-responsive/css/dataTables.responsive.css" %}" rel="stylesheet">
+ <link href="{% static "bower_components/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css" %}"
+ rel="stylesheet">
{% endblock extrahead %}
{% block content %}
@@ -42,8 +43,8 @@
{{ block.super }}
<!-- DataTables JavaScript -->
- <script src={% static "bower_components/datatables/media/js/jquery.dataTables.min.js" %}></script>
- <script src={% static "bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js" %}></script>
+ <script src={% static "bower_components/datatables.net/js/jquery.dataTables.min.js" %}></script>
+ <script src={% static "bower_components/datatables.net-bs4/js/dataTables.bootstrap4.min.js" %}></script>
<script src={% static "js/dataTables-sort.js" %}></script>