mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: New LibreNMS logo assets (#5629)
This commit is contained in:
committed by
Neil Lathwood
parent
ac586954c7
commit
afe887d85e
@@ -174,9 +174,7 @@ function twofactor_form($form = true)
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<center>
|
||||
<img src="images/librenms_logo_light.png">
|
||||
</center>
|
||||
<img src="images/librenms_logo_light.svg">
|
||||
</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
|
||||
@@ -37,7 +37,7 @@ if (isset($config['site_style']) && ($config['site_style'] == 'dark' || $config[
|
||||
<?php
|
||||
|
||||
if ($config['title_image']) {
|
||||
echo('<a class="hidden-md hidden-sm navbar-brand" href=""><img src="' . $config['title_image'] . '" /></a>');
|
||||
echo('<a class="hidden-md hidden-sm navbar-brand" href=""><img width="170px" src="' . $config['title_image'] . '" /></a>');
|
||||
} else {
|
||||
echo('<a class="hidden-md hidden-sm navbar-brand" href="">'.$config['project_name'].'</a>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user