layout and style changes
[myslice.git] / portal / templates / onelab / onelab_slice-view.html
index 90c9ca2..a67d34b 100644 (file)
@@ -1,7 +1,6 @@
-{% extends "layout-unfold1.html" %}
+{% extends "layout_wide.html" %}
 
-{% block unfold_main %}
-<div id="slice-view">  
+{% block content %}
        <div class="col-md-2"></div>
        <div class="col-md-10">
                <div class="row">
@@ -19,8 +18,7 @@
             </table>
         </div>
        </div>
-    
-</div>
 <script>
     $(document).ready(function() {
         $.post("/rest/slice/",{'filters':{'slice_hrn':'{{slice}}'}}, function( data ) {
@@ -60,4 +58,4 @@
         });
     });
 </script>
-{% endblock unfold_main %}
+{% endblock %}