Feature 8178 VNF Repositories
[osm/LW-UI.git] / projecthandler / template / project / osm / osm_project_left_sidebar.html
index 5fdaf57..8955c13 100644 (file)
@@ -137,7 +137,12 @@ limitations under the License.
                         </li>
                 </ul>
             </li>
-
+            {% url "osm:list"   as  osmrepo_list_url %}
+            <li {% if request.get_full_path == osmrepo_list_url %} class="active" {% endif %} >
+                <a href='{% url "osmr:list"   %}'>
+                    <i class="fa fa-folder fa-fw"></i><span>OSM Repositories</span>
+                </a>
+            </li>
             {% url "wims:list"   as  wim_list_url %}
             <li {% if request.get_full_path == wim_list_url %} class="active" {% endif %}>
                 <a href='{% url "wims:list"   %}'>
@@ -164,9 +169,8 @@ limitations under the License.
                     <i class="fas fa-user-tag"></i> <span>Roles</span>
                 </a>
                 </li>
-                
             {% endif %}
         </ul>
     </section>
     <!-- /.sidebar -->
-</aside>
\ No newline at end of file
+</aside>