mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Merge pull request #1309 from pi-hole/XhmikosR-patch-3
Improve navbar's hostname markup
This commit is contained in:
@@ -278,10 +278,10 @@ if($auth) {
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a style="pointer-events:none;">
|
||||
<p class="navbar-text">
|
||||
<span class="hidden-xs hidden-sm">hostname:</span>
|
||||
<code><?php echo gethostname(); ?></code>
|
||||
</a>
|
||||
</p>
|
||||
</li>
|
||||
<li class="dropdown user user-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||||
|
||||
Reference in New Issue
Block a user