Skip to content

Commit

Permalink
draw calendar legend
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Dec 15, 2019
1 parent 7cd0591 commit e859e7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions mego-ui/src/components/Result.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@
</span>
</div>

<div style="padding-top: 40px" class="p-grid">
<div class="p-grid" style="width: 80%">
<div class="p-col-1">Busy</div>
<div class="Busy p-col-1" style="width: 20px; height: 20px"></div>
</div>

<div class="p-grid" style="width: 80%;">
<div class="p-col-1">Busy Room</div>
<div class="RoomBusy p-col-1" style="width: 20px; height: 20px"></div>
</div>

<div class="p-grid" style="width: 80%;">
<div class="p-col-1">Tentative</div>
<div class="Tentative p-col-1" style="width: 20px; height: 20px"></div>
</div>
</div>

</div>

<Event :eventDetails="eventDetails"></Event>
Expand Down

0 comments on commit e859e7e

Please sign in to comment.