mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
22 lines
445 B
PHP
22 lines
445 B
PHP
![]() |
<?php
|
||
|
|
||
|
return [
|
||
|
'default' => 'template.librenms',
|
||
|
|
||
|
'root_script' => null,
|
||
|
|
||
|
'template_factory' => [
|
||
|
'templates' => [
|
||
|
'librenms' => [
|
||
|
'view' => 'layouts.flasher-notification',
|
||
|
'options' => [
|
||
|
'timeout' => 12000,
|
||
|
'style' => [
|
||
|
'top' => '55px',
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
];
|