This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
forked from FritzAndFriends/ResourceManagement
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request FritzAndFriends#13 from FritzAndFriends/revert-12-…
…feature_ScheduleUI Revert "Initial schedule UI"
- Loading branch information
Showing
5 changed files
with
20 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
15 changes: 2 additions & 13 deletions
15
src/Fritz.ResourceManagement.Web/Pages/Availability.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,11 @@ | ||
@page | ||
@using Fritz.ResourceManagement.Web.Components | ||
@model Fritz.ResourceManagement.Web.Pages.AvailabilityModel | ||
@{ | ||
ViewData["Title"] = "Availability"; | ||
} | ||
|
||
<h1>Availability</h1> | ||
|
||
<div id="Availability" style="display: inline-block"> | ||
@(await Html.RenderComponentAsync<Availability>()) | ||
<div id="Availability"> | ||
@(await Html.RenderComponentAsync<Fritz.ResourceManagement.Web.Components.Availability>()) | ||
</div> | ||
|
||
<div id="MySchedule" style="display: inline-block"> | ||
<h3>My Schedule</h3> | ||
@(await Html.RenderComponentAsync<DayPicker>()) | ||
|
||
@(await Html.RenderComponentAsync<DayView>(new { SelectedDate = DateTime.Today})) | ||
|
||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.