diff --git a/MP-LAND/Controllers/HomeController.cs b/MP-LAND/Controllers/HomeController.cs index b9e64089..8175cbdf 100644 --- a/MP-LAND/Controllers/HomeController.cs +++ b/MP-LAND/Controllers/HomeController.cs @@ -67,6 +67,16 @@ namespace MP.Controllers return View(); } /// + /// System INFO + /// + /// + public ActionResult System() + { + ViewBag.Title = "MAPO System Info"; + ViewBag.Message = "HW & SW details"; + return View(); + } + /// /// Gestione download aggiornamenti /// /// diff --git a/MP-LAND/MP-LAND.csproj b/MP-LAND/MP-LAND.csproj index e38155b0..b50b7c01 100644 --- a/MP-LAND/MP-LAND.csproj +++ b/MP-LAND/MP-LAND.csproj @@ -93,6 +93,12 @@ ..\packages\NLog.4.6.8\lib\net45\NLog.dll + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.dll + + + ..\packages\PDFsharp.1.50.5147\lib\net20\PdfSharp.Charting.dll + ..\packages\Pipelines.Sockets.Unofficial.2.1.0\lib\net461\Pipelines.Sockets.Unofficial.dll @@ -105,8 +111,8 @@ ..\packages\StackExchange.Redis.2.0.601\lib\net461\StackExchange.Redis.dll - - ..\packages\SteamWare.3.4.1911.687\lib\net462\SteamWare.dll + + ..\packages\SteamWare.3.5.1911.698\lib\net462\SteamWare.dll @@ -389,6 +395,7 @@ + Web.config diff --git a/MP-LAND/Views/Home/About.cshtml b/MP-LAND/Views/Home/About.cshtml index 1f5bd32a..15471368 100644 --- a/MP-LAND/Views/Home/About.cshtml +++ b/MP-LAND/Views/Home/About.cshtml @@ -2,10 +2,16 @@
-
+

@ViewBag.Title

- +
+
+
+ +
+
+

@ViewBag.Message

MoonPro / MAPO sono una suite di applicazioni e dispositivi hw dedicati per l'IOT,l'industry 4.0 e la gestione automatizzata dei processi produttivi.

diff --git a/MP-LAND/Views/Home/Contact.cshtml b/MP-LAND/Views/Home/Contact.cshtml index e45ddd5d..9f118019 100644 --- a/MP-LAND/Views/Home/Contact.cshtml +++ b/MP-LAND/Views/Home/Contact.cshtml @@ -2,10 +2,16 @@
-
+

@ViewBag.Title

- +
+
+
+ +
+
+

@ViewBag.Message

diff --git a/MP-LAND/Views/Home/System.cshtml b/MP-LAND/Views/Home/System.cshtml new file mode 100644 index 00000000..e548db53 --- /dev/null +++ b/MP-LAND/Views/Home/System.cshtml @@ -0,0 +1,174 @@ +
+
+
+
+
+

@ViewBag.Title

+
+
+

@ViewBag.Message

+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
Module
+
+

@SteamWare.memLayer.ML.confReadString("CodModulo")

+
+
+
+
.net framework
+
+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).runtimeImg

+
+
+
+
Main Assembly
+
+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).mainAssembly

+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
Server Stats
+
+

+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).ServerStats
+

+
+
+
+
IIS Stats
+
+

+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).IISStats
+

+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
Redis Servers Data
+
+

+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).redisServersData
+

+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
Browser size data
+
+

+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).paretoBrowserSize
+

+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
Elenco librerie
+ @SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).numLibraries +
+

+

@SteamWare.HwSwInfo.man(System.Reflection.Assembly.GetExecutingAssembly()).librariesVers
+

+
+
+
+
+
+ @*
+
+
+ +
+
+
+
+

+

+

+
+
+
*@ +
+
+
+
+
+
+
+
+ + + + diff --git a/MP-LAND/Views/Shared/_Layout.cshtml b/MP-LAND/Views/Shared/_Layout.cshtml index 006bfd86..8cac6d33 100644 --- a/MP-LAND/Views/Shared/_Layout.cshtml +++ b/MP-LAND/Views/Shared/_Layout.cshtml @@ -22,6 +22,7 @@ +
diff --git a/MP-LAND/packages.config b/MP-LAND/packages.config index 8ff0f4d7..b6d8dfa7 100644 --- a/MP-LAND/packages.config +++ b/MP-LAND/packages.config @@ -11,10 +11,13 @@ + + + @@ -24,6 +27,7 @@ + @@ -31,7 +35,7 @@ - +