@ardimedia/angular-portal-azure 0.2.173 → 0.2.174
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,12 +15,13 @@
|
|
|
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; height:
|
|
18
|
+
<div class="xfxs-part fxs-part-clickable" ng-click="tile.clicked();" style="background-color:#293644; padding:25px; height:220px;width: 535px;">
|
|
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">
|
|
22
|
-
Zur Zeit stehen nicht alle Applikation in PREVIEW zur Verfügung. <b>
|
|
23
|
-
|
|
22
|
+
Zur Zeit stehen nicht alle Applikation in PREVIEW zur Verfügung. <b>Falls Ihre Applikation unten nicht aufgelistet wird,
|
|
23
|
+
entfernen sie in der URL [.preview]. Damit können Sie in der Standard Umgebung weiterarbeiten.</b>
|
|
24
|
+
Im Januar und Februar 2017 werden alle Applikationen auf ein neues Layout umgestellt.
|
|
24
25
|
<br /><br />Bei Fragen stehen wir gerne zur Verfügung.
|
|
25
26
|
<br />Ihr Ardimedia Team
|
|
26
27
|
</p>
|
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.
|
|
5
|
+
"version": "0.2.174",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|