ADD opennebula to html
[osm/LW-UI.git] / vimhandler / template / vim_create.html
index a68527e..4dccc37 100644 (file)
 {% endblock %}
 {% block left_sidebar %}
 
-    {% include 'left_sidebar_base.html' %}
+    {% include 'osm/osm_project_left_sidebar.html' %}
 
 {% endblock %}
 
 
 {% block breadcrumb_body %}
     {{ block.super }}
-    <li><a href="{% url 'vim:list' %}">VIMS</a></li>
+    <li><a href="{% url 'vims:list'  %}">VIMS</a></li>
 {% endblock %}
 
 {% block content_body %}
@@ -27,7 +27,7 @@
 
     <div class="row">
         <div class="col-md-12">
-            <form action='{% url "vim:create" %}' method="post">
+            <form action='{% url "vims:create"   %}' method="post">
                 {% csrf_token %}
                 <div class="box">
                     <div class="box-header with-border">
@@ -59,6 +59,7 @@
                                                 <option value="openstack">Openstack</option>
                                                 <option value="vmware">VMware vCD</option>
                                                 <option value="aws">AWS</option>
+                                                <option value="opennebula">OpenNebula</option>
                                             </select>
                                         </div>
                                     </div>
                                 {% include 'config/openstack.html' %}
                                 {% include 'config/vmware.html' %}
                                 {% include 'config/aws.html' %}
+                                {% include 'config/opennebula.html' %}
 
                                 <div class="row">
                                     <div class="col-lg-6">
 
                     </div>
                     <div class="box-footer">
-                        <button onclick="location.href='{% url 'vim:list' %}'" class="btn btn-default pull-left">Back to
+                        <button onclick="location.href='{% url 'vims:list' %}'" class="btn btn-default pull-left">Back to
                             VIM Accounts
                         </button>
                         <button class="btn btn-primary pull-right">Create</button>