diff --git a/BlazorApp1/Components/Pages/Management.razor b/BlazorApp1/Components/Pages/Management.razor index feec385..9a09c46 100644 --- a/BlazorApp1/Components/Pages/Management.razor +++ b/BlazorApp1/Components/Pages/Management.razor @@ -7,22 +7,43 @@

Učebna

- + -
-
-
-
-
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +

Katedra

- + -
-
+
+ + +
+
+ + +
@@ -32,9 +53,12 @@

Předmět

- + -
+
+ + +
@@ -44,27 +68,43 @@ }
-
-
+
+ + +
+
+ + +

Role & Osoby

- +
- + +
- +
-
-
+
+ + +
+
+ + +
+
+
+ +
-
@@ -91,15 +131,18 @@

Druh lekce

- + -
+
+ + +

Lekce

- +
@@ -120,8 +163,14 @@
-
-
+
+ + +
+
+ + +
diff --git a/BlazorApp1/Services/ScheduleService.cs b/BlazorApp1/Services/ScheduleService.cs index 7174441..ff17004 100644 --- a/BlazorApp1/Services/ScheduleService.cs +++ b/BlazorApp1/Services/ScheduleService.cs @@ -82,8 +82,8 @@ private void SeedPeople() _people.AddRange([ new Person { - FirstName = "Jiří", - LastName = "Král", + FirstName = "Jan", + LastName = "Novík", Title = "Ing.", Affiliation = "Akademický pracovník", RoleId = lecturerRole.Id