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
8eeb83928f471b266ce7bd0989300afba2806807
librenms-librenms/app/Http/Controllers/NacController.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
179 B
PHP
Raw Normal View History

Add global NAC page and refactor the per-device one (#15228) * Adding a NAC global port page * style * filter_menu_entry * typo * ->when() * device_id always returned * use request * laravel conversion, let see how it goes * styleci * ->with('device') to avoid 1 query per item processed * and rewrote on @murrant advice * any -> get Suggested by @murrant Co-authored-by: Tony Murray <murraytony@gmail.com> * @push('scripts') * style * @endpush --------- Co-authored-by: Tony Murray <murraytony@gmail.com>
2023-09-01 03:25:24 +02:00
<?php
namespace App\Http\Controllers;
class NacController extends Controller
{
public function index()
{
$data = [];
return view('nac', $data);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 43ms Template: 1ms
edge-auto
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