diff --git a/GPW.CORE.UI/Components/DayHoriz.razor b/GPW.CORE.UI/Components/DayHoriz.razor new file mode 100644 index 0000000..0146636 --- /dev/null +++ b/GPW.CORE.UI/Components/DayHoriz.razor @@ -0,0 +1,26 @@ +@using CORE.Data.DTO + + +
+
+
@DayDTO.DtRif.ToString("ddd")
+
@DayDTO.DtRif.ToString("dd.MM")
+
+
+ +
+
sx
+
+ + +@code { + + [Parameter] + public DailyDataDTO? DayDTO { get; set; } + + [Parameter] + public int StartHour { get; set; } + [Parameter] + public int EndHour { get; set; } + +} diff --git a/GPW.CORE.UI/Components/Test.razor b/GPW.CORE.UI/Components/Test.razor index e54f726..9acd3b1 100644 --- a/GPW.CORE.UI/Components/Test.razor +++ b/GPW.CORE.UI/Components/Test.razor @@ -1,6 +1,4 @@ -Test - -
+
vuoto diff --git a/GPW.CORE.UI/Pages/Planner.razor b/GPW.CORE.UI/Pages/Planner.razor index ae6b8a1..84a1718 100644 --- a/GPW.CORE.UI/Pages/Planner.razor +++ b/GPW.CORE.UI/Pages/Planner.razor @@ -52,8 +52,7 @@ @foreach (var currItem in ListRecords) {
- @currItem.DtInizio - +
}