alsmanager_lib 2.0.12 → 2.0.13
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/lib/modules.js +6 -12
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -9046,12 +9046,9 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9046
9046
|
columnGap: 0,
|
|
9047
9047
|
columns: [
|
|
9048
9048
|
{
|
|
9049
|
-
|
|
9050
|
-
|
|
9051
|
-
|
|
9052
|
-
width: 150,
|
|
9053
|
-
height: 150,
|
|
9054
|
-
*/
|
|
9049
|
+
image: '../pictures/stemma_rep_italiana.svg',
|
|
9050
|
+
width: 50,
|
|
9051
|
+
height: 50
|
|
9055
9052
|
},
|
|
9056
9053
|
{
|
|
9057
9054
|
width: '*',
|
|
@@ -9069,12 +9066,9 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9069
9066
|
],
|
|
9070
9067
|
},
|
|
9071
9068
|
{
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
width: 150,
|
|
9076
|
-
height: 150,
|
|
9077
|
-
*/
|
|
9069
|
+
image: '../pictures/stemma_Trento.png',
|
|
9070
|
+
width: 50,
|
|
9071
|
+
height: 50
|
|
9078
9072
|
}]
|
|
9079
9073
|
},
|
|
9080
9074
|
{
|