Add favicon to setup pages

This commit is contained in:
Stephen Abello
2021-08-13 15:54:43 +02:00
parent 75dbaada72
commit 9de014c9cb
3 changed files with 9 additions and 3 deletions

View File

@@ -227,4 +227,12 @@ class SetupPage extends NiceWebPage
{
// Do nothing
}
/**
* @inheritDoc
*/
protected function GetFaviconAbsoluteUrl()
{
return utils::GetAbsoluteUrlAppRoot().'setup/favicon.ico';
}
}