[PORTAL-20,PORTAL-23,PORTAL-32] Repair defects
[portal.git] / ecomp-portal-FE-os / client / src / views / catalog / get-accessswitch.html
1 <div class="gridster-box-content"
2         ng-style="{'cursor':'pointer',
3                         'background-image': 'url('+(item.imageLink)+')',
4                         'order': item.order, 
5                         'background-color':'white',
6                         'background-repeat': 'no-repeat',
7                         'background-size': '170px 130px'}"
8         ng-click="catalog.getAccess(item)"
9         ng-hide="users.isLoadingTable && !users.getAppCatalogIsDone">
10 </div>