diff --git a/GPW_Smart/Web.config b/GPW_Smart/Web.config index 7073f7e..a6930c0 100644 --- a/GPW_Smart/Web.config +++ b/GPW_Smart/Web.config @@ -53,8 +53,8 @@ - + @@ -138,10 +138,10 @@ - - - - + + + + @@ -227,4 +227,4 @@ - + \ No newline at end of file diff --git a/GPW_Smart/WebUserControls/mod_resetUserAuthKey.ascx b/GPW_Smart/WebUserControls/mod_resetUserAuthKey.ascx index 347aea4..02ace44 100644 --- a/GPW_Smart/WebUserControls/mod_resetUserAuthKey.ascx +++ b/GPW_Smart/WebUserControls/mod_resetUserAuthKey.ascx @@ -1,43 +1,47 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_resetUserAuthKey.ascx.cs" - Inherits="GPW.WebUserControls.mod_resetUserAuthKey" %> - + Inherits="GPW.WebUserControls.mod_resetUserAuthKey" %>
-
-
- - - - -
-
- - - -
-
- - - -
-
- -
-
- Salva +
+
+ + + + + + + +
-
- Annulla +
+ + +
-
-
-
- Questa funzione permette di resettare la AuthKey di un singolo utente in modo che +
+ + + +
+
+ +
+
+ Salva +
+
+ Annulla +
+
+
+
+ Questa funzione permette di resettare la AuthKey di un singolo utente in modo che questi possa (re)inserire i devices tra quelli gestiti. +
+
-
-
-
+
\ No newline at end of file diff --git a/GPW_Smart/WebUserControls/mod_sendAuthToEmail.ascx b/GPW_Smart/WebUserControls/mod_sendAuthToEmail.ascx index 94df997..04e7835 100644 --- a/GPW_Smart/WebUserControls/mod_sendAuthToEmail.ascx +++ b/GPW_Smart/WebUserControls/mod_sendAuthToEmail.ascx @@ -1,25 +1,28 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_sendAuthToEmail.ascx.cs" Inherits="GPW.WebUserControls.mod_sendAuthToEmail" %> -
- - - - - -
-
- + + + + + + + + + +
+
+ +
+
+ +
-
- +
+
+ Questa funzione permette di inviare la AuthKey all'email registrata di un utente in modo che questo possa (re)inserire devices cliccando sull'URL ricevuto. +
-
-
-
- Questa funzione permette di inviare la AuthKey all'email registrata di un utente in modo che questo possa (re)inserire devices cliccando sull'URL ricevuto. -
-
-
+
\ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 4ea6582..61ed071 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=4141']) { + withEnv(['NEXT_BUILD_NUMBER=4142']) { // env.versionNumber = VersionNumber(versionNumberString : '2.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'GPW'