diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b5008b..053bd88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ CORE.Api:deploy: # IIS 02 - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.Api/GPW.CORE.Api.csproj # IIS DEV - - dotnet publish -p:PublishProfile=W2019-IIS-DEV.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.Api/GPW.CORE.Api.csproj + - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.Api/GPW.CORE.Api.csproj CORE.WLOG:deploy: stage: deploy @@ -85,7 +85,7 @@ CORE.WLOG:deploy: # IIS 02 - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj # IIS DEV - - dotnet publish -p:PublishProfile=W2019-IIS-DEV.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj + - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj CORE.Api:release: stage: release diff --git a/GPW.CORE.WRKLOG/Components/DettAtt.razor b/GPW.CORE.WRKLOG/Components/DettAtt.razor index b7f0e47..9a81796 100644 --- a/GPW.CORE.WRKLOG/Components/DettAtt.razor +++ b/GPW.CORE.WRKLOG/Components/DettAtt.razor @@ -6,25 +6,25 @@
- -
+
@(trimLine($"{CurrData.FasiNav?.ProgettoNav?.ClienteNav?.RagSociale}",100)) - @(trimLine($"{CurrData.FasiNav?.ProgettoNav?.NomeProj}",150))
-
@(trimLine($"{CurrData.FasiNav?.DescrizioneFase}",250))
-
@(trimLine($"{CurrData.Descrizione}",500))
+
@(trimLine($"{CurrData.FasiNav?.DescrizioneFase}",150))
+
@(trimLine($"{CurrData.Descrizione}",250))
- + *@
diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index d4e55a2..b080477 100644 --- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj @@ -2,7 +2,7 @@ net6.0 - 3.0.2201.2820 + 3.0.2201.2912 enable enable diff --git a/GPW.CORE.WRKLOG/Pages/Planner.razor b/GPW.CORE.WRKLOG/Pages/Planner.razor index 007b4d5..d1b151a 100644 --- a/GPW.CORE.WRKLOG/Pages/Planner.razor +++ b/GPW.CORE.WRKLOG/Pages/Planner.razor @@ -25,7 +25,7 @@ else if (showTemp) else if (showDay) { -