Storage Usage
<% var tabData = tabData; $.each(tabData, function(index){ var tab = tabData[index]; if(tab.isOTTVisible && ottUser){ %>
<%=tab.label%>
<% }else if(tab.isCloudVisible && !ottUser){ %>
<%=tab.label%>
<% }});%>