Fix sorting room, fix form sending after sorting and add column Historie
This commit is contained in:
		@@ -19,7 +19,7 @@ $router->any('/logout', 'Logout');
 | 
			
		||||
$router->any('/automation', 'Automation');
 | 
			
		||||
$router->any('/setting', 'Setting');
 | 
			
		||||
$router->any('/device', 'Device');
 | 
			
		||||
$router->get('/device/{sortBy}/{sortType}', 'Device');
 | 
			
		||||
$router->any('/device/{sortBy}/{sortType}', 'Device');
 | 
			
		||||
$router->any('/plugins', 'Plugins');
 | 
			
		||||
$router->any('/ajax', 'Ajax');
 | 
			
		||||
$router->any('/oauth', 'Oauth');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user