@ardimedia/angular-portal-azure 0.2.232 → 0.2.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@
15
15
  <!-- fxs-panorama-homearea -->
16
16
  <div class="fxs-panorama-homearea" ng-class="{collapsed: !$ctrl.vm.portalService.panorama.startboard.tiles.showTiles}" ng-show="$ctrl.vm.portalService.panorama.isVisible" style="padding-top:45px;">
17
17
  <div class="fxs-startboard-target fxs-startboard fx-rightClick" ng-class="{collapsed: !$ctrl.vm.portalService.panorama.startboard.tiles.showTiles}">
18
- <div class="xfxs-part fxs-part-clickable" ng-click="tile.clicked();" style="background-color:#293644; padding:25px; max-width: 800px;margin-bottom:15px;">
18
+ <div class="xfxs-part fxs-part-clickable" style="background-color:#293644; padding:25px; max-width: 800px;margin-bottom:15px;">
19
19
  <header class="xfxs-part-title" style="color:white">
20
20
  <h3 class="xmsportalfx-tooltip-overflow">Redesign</h3>
21
21
  <p class="xmsportalfx-tooltip-overflow" style="margin:0;padding:0">
@@ -31,6 +31,15 @@
31
31
  </header>
32
32
  <section class="fxs-part-content css-scope-HubsExtension"></section>
33
33
  </div>
34
+ <div ng-if="$ctrl.vm.portalService.panorama.startboard.tiles.tiles.length === 0" class="xfxs-part fxs-part-clickable" style="background-color:#293644; padding:25px; max-width: 800px;margin-bottom:15px;">
35
+ <header class="xfxs-part-title" style="color:white">
36
+ <h3 class="xmsportalfx-tooltip-overflow">Keine Applikationen zugeordnet</h3>
37
+ <p class="xmsportalfx-tooltip-overflow" style="margin:0;padding:0">
38
+ Wenden Sie sich bitte an den Administrator damit die entsprechenden Applikationen zugeordnet werden können.
39
+ <br />Ihr Ardimedia Team
40
+ </p>
41
+ </header>
42
+ </div>
34
43
  <div class="fxs-startboard-layout fxs-flowlayout">
35
44
  <div class="fxs-flowlayout-childcontainer">
36
45
  <section data-ng-repeat="tile in $ctrl.vm.portalService.panorama.startboard.tiles.tiles track by $index" class="fxs-tile fx-rightClick fxs-flowlayout-element" data-ng-class="{'fxs-tilesize-normal':tile.size=='normal', 'fxs-tilesize-mini':tile.size=='mini', 'fxs-tilesize-herowide':tile.size=='herowide'}" data-ng-style="{'left': tile.left, 'top': tile.top}">
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ardimedia/angular-portal-azure",
3
3
  "description": "Angular Portal Azure - GUI Framework.",
4
4
  "author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
5
- "version": "0.2.232",
5
+ "version": "0.2.234",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {