end of day commit for users and suppliers authenticated handling
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.page-header= title 'Active orders'
|
||||
table#active-orders-table.table
|
||||
thead
|
||||
tr
|
||||
th Order
|
||||
th.number Table number
|
||||
th.currency Price
|
||||
th.actions
|
||||
tbody
|
||||
- content_for :footer do
|
||||
javascript:
|
||||
jQuery(function(){
|
||||
Qrammer.load_active_orders()
|
||||
setInterval( 'Qrammer.load_active_orders()', 7500);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user