diff --git a/Jenkinsfile b/Jenkinsfile index adf3daf3..7776277f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=785']) { + withEnv(['NEXT_BUILD_NUMBER=786']) { // env.versionNumber = VersionNumber(versionNumberString : '5.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '5.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO' diff --git a/MAPO.sln b/MAPO.sln index 7421d9b8..11bf310b 100644 --- a/MAPO.sln +++ b/MAPO.sln @@ -21,6 +21,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\Steamware\S EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MP-Site", "MP-Site\MP-Site.csproj", "{616F889A-BDBE-48B3-ADF6-32D69CB1EA96}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8688B7C8-87E9-4FCE-B607-9C3F963CD6B7}" + ProjectSection(SolutionItems) = preProject + Appunti.md = Appunti.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/MP-MON/Views/Home/Index.cshtml b/MP-MON/Views/Home/Index.cshtml index e6222fd2..9a9614d2 100644 --- a/MP-MON/Views/Home/Index.cshtml +++ b/MP-MON/Views/Home/Index.cshtml @@ -1,11 +1,6 @@ @model IEnumerable -@{ - ViewBag.Title = "Index"; -} - -
-
+
@Html.Action("StatusMap", "MSE", new { baseCss = ViewBag.cssSemBase })