treview - fix typo in b7945798c18a8d7c15c1a78aaba28e56231e3f7a

This commit is contained in:
Ad Schellevis 2023-11-10 08:37:25 +01:00
parent d8127632e1
commit 0a3621bb08
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class FirewallController extends IndexController
*/
protected function templateCSSIncludes()
{
return array_merge(parent::templateJSIncludes(), ['/css/jqtree.css']);
return array_merge(parent::templateCSSIncludes(), ['/css/jqtree.css']);
}
/**

View File

@ -52,7 +52,7 @@ class SystemController extends IndexController
*/
protected function templateCSSIncludes()
{
return array_merge(parent::templateJSIncludes(), ['/css/jqtree.css']);
return array_merge(parent::templateCSSIncludes(), ['/css/jqtree.css']);
}
public function memoryAction()