Skip to content

Commit

Permalink
+overview examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarancek committed Apr 19, 2024
1 parent 0a22c71 commit 848a249
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</TabItem>
<TabItem Header="PLANER">
<UniformGrid Rows="2">
<vortex:RenderableContentControl DataContext="{Binding . ,Mode=OneWay}" PresentationType="Tasks"></vortex:RenderableContentControl>
<vortex:RenderableContentControl DataContext="{Binding . ,Mode=OneWay}" PresentationType="InfoTasks"></vortex:RenderableContentControl>
<view:ProductionPlanView Grid.Row="2" DataContext="{Binding ProductionPlanViewModel}"></view:ProductionPlanView>
</UniformGrid>

Expand All @@ -34,7 +34,7 @@
</Grid.RowDefinitions>
<ScrollViewer>

<vortex:RenderableContentControl DataContext="{Binding . ,Mode=OneWay}" PresentationType="Tasks"></vortex:RenderableContentControl>
<vortex:RenderableContentControl DataContext="{Binding . ,Mode=OneWay}" PresentationType="InfoTasks"></vortex:RenderableContentControl>
</ScrollViewer>
<vortexs:PermissionBox Grid.Row="2" Permissions="Administrator|instructor_access" SecurityMode="Disabled">
<x_template_xinstructor:InstructorView DataContext="{Binding InstructorViewModel}"></x_template_xinstructor:InstructorView>
Expand Down

0 comments on commit 848a249

Please sign in to comment.