mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Added search and sorting support
This commit is contained in:
		@@ -8,11 +8,11 @@
 | 
			
		||||
        <thead>
 | 
			
		||||
            <tr>
 | 
			
		||||
                <th data-column-id='ifIndex'>Index</th>
 | 
			
		||||
                <th data-column-id='label'>Name</th>
 | 
			
		||||
                <th data-column-id='ifName'>Name</th>
 | 
			
		||||
                <th data-column-id='ifAdminStatus'>Admin</th>
 | 
			
		||||
                <th data-column-id='ifOperStatus'>Oper</th>
 | 
			
		||||
                <th data-column-id='disabled'>Disable</th>
 | 
			
		||||
                <th data-column-id='ignore'>Ignore</th>
 | 
			
		||||
                <th data-column-id='disabled' data-sortable='false'>Disable</th>
 | 
			
		||||
                <th data-column-id='ignore' data-sortable='false'>Ignore</th>
 | 
			
		||||
                <th data-column-id='ifAlias'>Description</th>
 | 
			
		||||
            </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user