mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Added datatables css/js
This commit is contained in:
		@@ -69,6 +69,9 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
 | 
			
		||||
    <!-- SB-Admin-2 CSS -->
 | 
			
		||||
    <link href="dist/sb-admin-2/css/sb-admin-2.min.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- DataTables CSS -->
 | 
			
		||||
    <link href="dist/datatables/dataTables.bootstrap4.min.css" rel="stylesheet">
 | 
			
		||||
 | 
			
		||||
    <!-- Custom Fonts -->
 | 
			
		||||
    <link href="dist/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
 | 
			
		||||
 | 
			
		||||
@@ -278,6 +281,9 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
 | 
			
		||||
    <!-- SB-Admin-2 JavaScript -->
 | 
			
		||||
    <script src="dist/sb-admin-2/js/sb-admin-2.js"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- DataTables JavaScript -->
 | 
			
		||||
    <script src="dist/datatables/jquery.dataTables.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- Custom RaspAP JS -->
 | 
			
		||||
    <script src="app/js/custom.js"></script>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user