diff --git a/MP.MONO.UI/Components/CmpFooter.razor b/MP.MONO.UI/Components/CmpFooter.razor index b6949b3..9319658 100644 --- a/MP.MONO.UI/Components/CmpFooter.razor +++ b/MP.MONO.UI/Components/CmpFooter.razor @@ -1,10 +1,9 @@ 
- GPW.CORE.Logger v.@version + MP.MONO.UI | v.@version
- @adesso - Egalware + @adesso | Egalware
diff --git a/MP.MONO.UI/Pages/Index.razor b/MP.MONO.UI/Pages/Index.razor index a6d8554..f1b8c6c 100644 --- a/MP.MONO.UI/Pages/Index.razor +++ b/MP.MONO.UI/Pages/Index.razor @@ -1,50 +1,88 @@ @page "/" -Index +MP Mono UI -

Hello, world!

+

Main dashboard

-Welcome to your new app. - - -elenco cards attività...
-
Header
+
+ + Stats + +
-
Card title
-

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
Stats Details
+
    +
  • OEE%
  • +
  • Graph & Analytics
  • +
-
Header
+
+ + Production + +
-
Card title
-

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
Current Production
+
    +
  • Work Order detail
  • +
  • Production Events
  • +
-
Header
+
+ + Parameters + +
-
Card title
-

This is a longer card with supporting text below as a natural lead-in to additional content.

+
Current Parameters
+
    +
  • Actual Parameters
  • +
  • Values log
  • +
-
Header
+
+ + Alarms + +
-
Card title
-

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

+
Current State
+
    +
  • Alarms log
  • +
  • Messages State
  • +
+ @*
+
+
+ + Activity + +
+
+
Activity
+
    +
  • Actual Parameters
  • +
  • Values log
  • +
+
+
+
*@
- - diff --git a/MP.MONO.UI/Shared/LoginDisplay.razor b/MP.MONO.UI/Shared/LoginDisplay.razor index de92ffd..f4c2396 100644 --- a/MP.MONO.UI/Shared/LoginDisplay.razor +++ b/MP.MONO.UI/Shared/LoginDisplay.razor @@ -1,3 +1,14 @@ - - Hello, @context.User.Identity?.Name! - + +
+
+ Machine Status: RUNNING +
+
+ OEE: 77% +
+
+ + @context.User.Identity?.Name! + +
+
diff --git a/MP.MONO.UI/Shared/NavMenu.razor b/MP.MONO.UI/Shared/NavMenu.razor index 4693346..97d8f21 100644 --- a/MP.MONO.UI/Shared/NavMenu.razor +++ b/MP.MONO.UI/Shared/NavMenu.razor @@ -16,7 +16,7 @@ diff --git a/MP.MONO.UI/Shared/SurveyPrompt.razor b/MP.MONO.UI/Shared/SurveyPrompt.razor deleted file mode 100644 index e3e6429..0000000 --- a/MP.MONO.UI/Shared/SurveyPrompt.razor +++ /dev/null @@ -1,16 +0,0 @@ -
- - @Title - - - Please take our - brief survey - - and tell us what you think. -
- -@code { - // Demonstrates how a parent component can supply parameters - [Parameter] - public string? Title { get; set; } -}