mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-11 15:10:54 +00:00
Remove 'total' & 'traffic' in dataflow database table
This commit is contained in:
@@ -15,7 +15,7 @@ class NodeAuthController extends Controller
|
||||
// 节点授权列表
|
||||
public function index()
|
||||
{
|
||||
return view('admin.node.auth', ['authorizations' => NodeAuth::with('node')->orderBy('node_id')->paginate()->appends(request('page'))]);
|
||||
return view('admin.node.auth', ['authorizations' => NodeAuth::with('node:id,name,type,server,ip')->has('node')->orderBy('node_id')->paginate()->appends(request('page'))]);
|
||||
}
|
||||
|
||||
// 添加节点授权
|
||||
|
||||
Reference in New Issue
Block a user