mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Device Types Widget (#13670)
* show all Device Types in Location Overview * . * . * . * get device types from config_definition * reduce column to present device types * . * fixes * . * show/hide columns, even device types which are not present * only show top n used device groups * . * . * . * Device Type Widget * . * . * linter fix * Update DeviceTypeController.php Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -189,6 +189,7 @@ Route::group(['middleware' => ['auth'], 'guard' => 'auth'], function () {
|
||||
Route::post('component-status', 'ComponentStatusController');
|
||||
Route::post('device-summary-horiz', 'DeviceSummaryHorizController');
|
||||
Route::post('device-summary-vert', 'DeviceSummaryVertController');
|
||||
Route::post('device-types', 'DeviceTypeController');
|
||||
Route::post('eventlog', 'EventlogController');
|
||||
Route::post('generic-graph', 'GraphController');
|
||||
Route::post('generic-image', 'ImageController');
|
||||
|
Reference in New Issue
Block a user