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:
|
||||
active: true
|
||||
timeframes: [
|
||||
['00:00','22:00']
|
||||
['09:00','17:00']
|
||||
]
|
||||
wed:
|
||||
active: true
|
||||
|
@ -29,8 +29,7 @@ class App.UiElement.business_hours
|
|||
thu:
|
||||
active: true
|
||||
timeframes: [
|
||||
['09:00','12:00'],
|
||||
['13:00','17:00']
|
||||
['09:00','17:00']
|
||||
]
|
||||
fri:
|
||||
active: true
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
||||
</label>
|
||||
<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>
|
||||
<div class="settings-list-rowControls">
|
||||
<div class="btn btn--text js-remove">
|
||||
|
|
Loading…
Reference in a new issue