summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/templates/dashboard/table.html
diff options
context:
space:
mode:
authorjulien zhang <zhang.jun3g@zte.com.cn>2017-09-11 14:20:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-11 14:20:17 +0000
commit78b2edcc419e20fb514ba84a2b1d3ce72c8f6e60 (patch)
tree5c40a962af38cedac6368c6abf3603262ff2c52e /pharos-dashboard/src/templates/dashboard/table.html
parent4a6ee099cb28e575614a9a58da3da9019a3a03d2 (diff)
parent8e1e43c7b7cdec5afe77829e9f0b1ffb4e80cdb2 (diff)
Merge "Fix Booking API"
Diffstat (limited to 'pharos-dashboard/src/templates/dashboard/table.html')
-rw-r--r--pharos-dashboard/src/templates/dashboard/table.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/pharos-dashboard/src/templates/dashboard/table.html b/pharos-dashboard/src/templates/dashboard/table.html
index addd5c1..d59f0e3 100644
--- a/pharos-dashboard/src/templates/dashboard/table.html
+++ b/pharos-dashboard/src/templates/dashboard/table.html
@@ -13,8 +13,6 @@
{% block content %}
<div class="row">
<div class="col-lg-12">
- <div class="panel panel-default">
- <div class="panel-body">
<div class="dataTables_wrapper">
<table class="table table-striped table-bordered table-hover" id="table" cellspacing="0"
width="100%">
@@ -25,9 +23,7 @@
</table>
</div>
<!-- /.table-responsive -->
- </div>
<!-- /.panel-body -->
- </div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
@@ -36,9 +32,6 @@
{% block extrajs %}
<!-- DataTables JavaScript -->
- <link href="{% static "bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" %}"
- rel="stylesheet">
-
<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>
@@ -47,4 +40,4 @@
{% block tablejs %}
{% endblock tablejs %}
-{% endblock extrajs %} \ No newline at end of file
+{% endblock extrajs %}