[PORTAL-20,PORTAL-23,PORTAL-32] Repair defects
[portal.git] / ecomp-portal-FE-os / client / src / views / catalog / get-accessswitch.html
diff --git a/ecomp-portal-FE-os/client/src/views/catalog/get-accessswitch.html b/ecomp-portal-FE-os/client/src/views/catalog/get-accessswitch.html
new file mode 100644 (file)
index 0000000..5cda74a
--- /dev/null
@@ -0,0 +1,10 @@
+<div class="gridster-box-content"
+       ng-style="{'cursor':'pointer',
+                       'background-image': 'url('+(item.imageLink)+')',
+                       'order': item.order, 
+                       'background-color':'white',
+                       'background-repeat': 'no-repeat',
+                       'background-size': '170px 130px'}"
+       ng-click="catalog.getAccess(item)"
+       ng-hide="users.isLoadingTable && !users.getAppCatalogIsDone">
+</div>
\ No newline at end of file