mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed Custom favicon issue with dashboard (#10847)
This commit is contained in:
@@ -11,16 +11,17 @@
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('images/apple-touch-icon.png') }}">
|
||||
<link rel="icon" type="image/png" href="{{ asset('images/favicon-32x32.png') }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ asset('images/favicon-16x16.png') }}" sizes="16x16">
|
||||
<link rel="manifest" href="{{ asset('images/manifest.json') }}">
|
||||
<link rel="mask-icon" href="{{ asset('images/safari-pinned-tab.svg') }}" color="#5bbad5">
|
||||
<link rel="shortcut icon" href="{{ asset('images/favicon.ico') }}">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="msapplication-config" content="{{ asset('images/browserconfig.xml') }}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
@else
|
||||
<link rel="shortcut icon" href="{{ LibreNMS\Config::get('favicon') }}" />
|
||||
@endif
|
||||
|
||||
<link rel="manifest" href="{{ asset('images/manifest.json') }}">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="msapplication-config" content="{{ asset('images/browserconfig.xml') }}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link href="{{ asset('css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{ asset('css/bootstrap-datetimepicker.min.css') }}" rel="stylesheet" type="text/css" />
|
||||
<link href="{{ asset('css/bootstrap-switch.min.css') }}" rel="stylesheet" type="text/css" />
|
||||
|
Reference in New Issue
Block a user