ode-csslib-openent-calmecac 3.2.2 → 3.2.4

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.
@@ -1,5 +1,4 @@
1
1
  {
2
- "auth.charter": "/assets/cgu/en.pdf",
3
2
  "password.errors": "Choose a minimum of 6 characters.",
4
3
  "email.signature": "The NEO Team"
5
4
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "auth.charter": "/assets/cgu/es.pdf",
3
2
  "password.errors": "Seleccione un mínimo obligatorio de 6 caracteres.",
4
3
  "email.signature": "El equipo NEO"
5
4
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "auth.charter": "/assets/cgu/fr.pdf",
3
2
  "password.errors": "Votre mot de passe personnel doit contenir au moins 6 caractères.",
4
3
  "email.signature": "L'équipe NEO"
5
4
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "auth.charter": "/assets/cgu/it.pdf",
3
2
  "password.errors": "La password deve essere composta da almeno 6 caratteri.",
4
3
  "email.signature": "Il team NEO"
5
4
  }
@@ -1,5 +1,4 @@
1
1
  {
2
- "auth.charter": "/assets/cgu/pt.pdf",
3
2
  "password.errors": "Escolha no mínimo 6 caracteres.",
4
3
  "email.signature": "A equipe NEO"
5
4
  }
package/dist/portal.html CHANGED
@@ -59,7 +59,7 @@
59
59
  <div class="text-dark" ng-if="me.bookmarkedApps.length === 0">
60
60
  <i18n>navbar.myapps.more</i18n>
61
61
  </div>
62
- <a class="bookmarked-app" connector-lightbox-trigger="app" ng-repeat="app in me.bookmarkedApps">
62
+ <a class="bookmarked-app" connector-lightbox-trigger="app" ng-repeat="app in me.bookmarkedApps | limitTo:6">
63
63
  <i class="[[app.icon]]" ng-if="app.icon.indexOf('/') === -1" tooltip="[[app.displayName]]"></i>
64
64
  <img skin-src="[[app.icon]]" ng-if="app.icon.indexOf('/') !== -1" tooltip="[[app.displayName]]" />
65
65
  </a>