add testing device images and a lot more, before bootstrap:themed
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.page-header= title 'Active lists'
|
||||
table#active-lists-table.table
|
||||
table#active-lists-table.table.table-striped
|
||||
thead
|
||||
tr
|
||||
th.status-icons
|
||||
th.number Table number
|
||||
th.currency Price
|
||||
th.actions
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@ table#active-orders-table.table
|
||||
- content_for :footer do
|
||||
javascript:
|
||||
jQuery(function(){
|
||||
Qrammer.load_active_order_list('#{@supplier.id}')
|
||||
setInterval( "Qrammer.load_active_order_list('#{@supplier.id}')", 7500);
|
||||
Qrammer.load_active_orders('#{@supplier.id}')
|
||||
setInterval( "Qrammer.load_active_orders('#{@supplier.id}')", 7500);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user