Merge "Allow query to fail"
[pharos-tools.git] / dashboard / src / templates / base.html
index c63db8c..f48a201 100644 (file)
@@ -8,6 +8,7 @@
     <link href="{% static "bower_components/startbootstrap-sb-admin-2-blackrockdigital/dist/css/sb-admin-2.min.css" %}"
           rel="stylesheet">
     <link href="{% static "css/theme.css" %}" rel="stylesheet">
+    <link href="{% static "css/detail_view.css" %}" rel="stylesheet">
 
 <script type="text/javascript">
     function cwf(type)
                                 </a>
                                 {% csrf_token %}
                                 <div id="create_drop" class="create_drop" style="display:none">
-                                    <button class="btn drop_btn" onclick="cwf(0)">Create a Booking</button>
-                                    <button class="btn drop_btn" onclick="cwf(1)">Create a Pod</button>
+                                    <button class="btn drop_btn" onclick="location.href='/booking/quick/'">Express Booking</a>
+                                    <button class="btn drop_btn" onclick="cwf(0)">Book a Pod</button>
+                                    <button class="btn drop_btn" onclick="cwf(1)">Design a Pod</button>
                                     <button class="btn drop_btn" onclick="cwf(2)">Configure a Pod</button>
                                     <button class="btn drop_btn" onclick="cwf(3)">Create a Snapshot</button>
+                                    <button class="btn drop_btn" onclick="cwf(4)">Configure OPNFV</button>
                                 </div>
                         </li>
                         <li>
                             <a href="{% url 'booking:stats' %}"><i
                                     class="fa fa-fw"></i>Booking Statistics</a>
                         </li>
-                        <li>
-                            <a href="{% url 'api-root' %}"><i
-                                    class="fa fa-fw"></i>API
-                            </a>
-                        </li>
                         <li>
                             <a href="{% url 'account:my-account' %}"><i
                                     class="fa fa-fw"></i>Account