|
@@ -12,7 +12,7 @@
|
|
|
<% for (const index in ctx.menuList) { %>
|
|
|
<% if (ctx.menuList[index].display === undefined || !ctx.menuList[index].display) { continue } %>
|
|
|
<li <% if(ctx.controllerName === index || (ctx.controllerName === 'list' && index === 'tender')) { %>class="active"<% } %>>
|
|
|
- <a href="<%- ctx.menuList[index].url === 'list' ? ctx.curListUrl : ctx.menuList[index].url %>" id="<%- 'nav_' + index%>" data-toggle="tooltip" data-placement="right" title="" data-original-title="<%- ctx.menuList[index].name %>">
|
|
|
+ <a href="<%- index === 'tender' ? ctx.curListUrl : ctx.menuList[index].url %>" id="<%- 'nav_' + index%>" data-toggle="tooltip" data-placement="right" title="" data-original-title="<%- ctx.menuList[index].name %>">
|
|
|
<i class="fa <%- ctx.menuList[index].icon %>"></i>
|
|
|
<% if (ctx.menuList[index].caption) { %>
|
|
|
<span><%- ctx.menuList[index].caption %></span>
|