Logo
Explore Help
Sign In
mirror/librenms-librenms
1
0
Fork 0
You've already forked librenms-librenms
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
7e6abdedb3778c8407b430084d61233d155eb972
librenms-librenms/app/Models/Vlan.php

9 lines
104 B
PHP
Raw Normal View History

Refactor FDB Tables to Laravel (#9669) * Refactor FDB Tables to Laravel Hopefully much better performance with large tables. Better dns resolution (limit to 4 IPs tried per MAC) * update style * de-duplicate IPs * fixed column width for mac and vlan * Make DNS column visibility control whether or not we send the dns query. Hide that column by default.
2019-01-20 08:43:36 -06:00
<?php
namespace App\Models;
Refactor eloquent base (#9716) * extract PortRelatedModel and DeviceRelatedModel * add scope for inDeviceGroup * handle null device group
2019-01-22 17:04:28 -06:00
class Vlan extends DeviceRelatedModel
Refactor FDB Tables to Laravel (#9669) * Refactor FDB Tables to Laravel Hopefully much better performance with large tables. Better dns resolution (limit to 4 IPs tried per MAC) * update style * de-duplicate IPs * fixed column width for mac and vlan * Make DNS column visibility control whether or not we send the dns query. Hide that column by default.
2019-01-20 08:43:36 -06:00
{
public $timestamps = false;
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 799ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API