@ardimedia/angular-portal-azure 0.2.231 → 0.2.233

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.
package/apn.js CHANGED
@@ -1417,14 +1417,7 @@ var angularportalazure;
1417
1417
  if (exception.Message !== undefined) {
1418
1418
  message = message + ': ' + exception.Message + ' ';
1419
1419
  }
1420
- console.log('1');
1421
- console.log(exception.ExceptionMessage);
1422
- console.log(exception.ExceptionMessage !== undefined);
1423
- console.log(exception.ExceptionMessage.toLowerCase().indexOf('see the inner exception for details'));
1424
- console.log(exception.ExceptionMessage.toLowerCase().indexOf('see the inner exception for details') === 0);
1425
- console.log(exception.ExceptionMessage !== undefined && exception.ExceptionMessage.toLowerCase().indexOf('see the inner exception for details') === 0);
1426
- console.log('2');
1427
- if (exception.ExceptionMessage !== undefined && exception.ExceptionMessage.toLowerCase().indexOf('see the inner exception for details') === 0) {
1420
+ if (exception.ExceptionMessage !== undefined && exception.ExceptionMessage.toLowerCase().indexOf('see the inner exception for details') === -1) {
1428
1421
  message = message + ': ' + exception.ExceptionMessage + ' ';
1429
1422
  }
1430
1423
  if (exception.ExceptionMessage !== undefined && exception.ExceptionMessage.toLowerCase().indexOf('see the inner exception for details') > 0) {
@@ -1478,12 +1471,8 @@ var angularportalazure;
1478
1471
  // TODO:2017-01-09/hp: Implement this function for angular2
1479
1472
  Exception.processDotNetException2 = function (response) {
1480
1473
  var exception = new angularportalazure.Exception();
1481
- console.log('response.json()');
1482
- console.log(response.json());
1483
- console.log('response.json().data');
1484
- console.log(response.json().data);
1485
1474
  if (response.json().data !== undefined) {
1486
- console.log('[angularportalazure.Exception.processDotNetException2] not yet implemented. Implement it to get proper exception data.');
1475
+ console.log('[angularportalazure.Exception.processDotNetException2] not implemented. Implement it to get proper exception data.');
1487
1476
  }
1488
1477
  return exception;
1489
1478
  };
@@ -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 class="xfxs-part fxs-part-clickable" style="background-color:#293644; padding:25px; max-width: 800px;margin-bottom:15px;">
35
+ <header ng-if="$ctrl.vm.portalService.panorama.startboard.tiles.tiles.length === 0" 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.231",
5
+ "version": "0.2.233",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {