Fixed creating new calendars.
This commit is contained in:
parent
9ac6f852a0
commit
d996c1cadf
2 changed files with 3 additions and 4 deletions
|
@ -19,7 +19,7 @@ class App.UiElement.business_hours
|
||||||
tue:
|
tue:
|
||||||
active: true
|
active: true
|
||||||
timeframes: [
|
timeframes: [
|
||||||
['00:00','22:00']
|
['09:00','17:00']
|
||||||
]
|
]
|
||||||
wed:
|
wed:
|
||||||
active: true
|
active: true
|
||||||
|
@ -29,8 +29,7 @@ class App.UiElement.business_hours
|
||||||
thu:
|
thu:
|
||||||
active: true
|
active: true
|
||||||
timeframes: [
|
timeframes: [
|
||||||
['09:00','12:00'],
|
['09:00','17:00']
|
||||||
['13:00','17:00']
|
|
||||||
]
|
]
|
||||||
fri:
|
fri:
|
||||||
active: true
|
active: true
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
||||||
</label>
|
</label>
|
||||||
<td class="js-date">
|
<td class="js-date">
|
||||||
<td><input class="form-control form-control--small js-summary" type="text" name="" value="<%= meta.summary %>" required/>
|
<td><input class="form-control form-control--small js-summary" type="text" name="" value="" required/>
|
||||||
<td>
|
<td>
|
||||||
<div class="settings-list-rowControls">
|
<div class="settings-list-rowControls">
|
||||||
<div class="btn btn--text js-remove">
|
<div class="btn btn--text js-remove">
|
||||||
|
|
Loading…
Reference in a new issue