Updated readme, install and other documentation, changed panel() to site() since it makes more sense that way with netbox. started fixing authentication, hostfact had a login method, but netbox does not, but the user model provides a password that we can authenticate against.
This commit is contained in:
parent
fee417f8bc
commit
0df9b15379
7 changed files with 120 additions and 92 deletions
|
|
@ -4,7 +4,7 @@ return [
|
|||
|
||||
'default' => env('NETBOX_CONNECTION', 'default'),
|
||||
|
||||
'panels' => [
|
||||
'sites' => [
|
||||
'default' => [
|
||||
'url' => env('NETBOX_DEFAULT_URL'),
|
||||
'key' => env('NETBOX_DEFAULT_KEY'),
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue