Skip to content

Commit

Permalink
Availability of campground for internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatemeh Moghadam committed Jan 23, 2018
1 parent d918f6e commit 078e41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions parkstay/frontend/availability/src/availability.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
<input id="date-departure" type="text" placeholder="dd/mm/yyyy" v-on:change="update"/>
</label>
</div>
<div v-if="!useAdminApi" disabled class="columns small-6 medium-6 large-3">
<div class="small-6 medium-6 large-3 columns">
<div v-if="!useAdminApi" class="small-6 medium-6 large-3 columns">
<label>
Guests
<input type="button" class="button formButton" v-bind:value="numPeople" data-toggle="guests-dropdown"/>
Expand Down Expand Up @@ -125,7 +124,7 @@
</div>
</div>
</div>
<div class="columns small-6 medium-6 large-3">
<div v-if="!useAdminApi" class="columns small-6 medium-6 large-3">
<label>Equipment
<select name="gear_type" v-model="gearType" @change="update()">
<option value="tent" v-if="gearTotals.tent">Tent</option>
Expand All @@ -135,7 +134,6 @@
</label>
</div>
</div>
</div>
<div class="row" v-show="status == 'online'"><div class="columns table-scroll">
<table class="hover">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion parkstay/static/availability/js/app.js

Large diffs are not rendered by default.

0 comments on commit 078e41c

Please sign in to comment.