fix side.php
This commit is contained in:
parent
25d736fd8a
commit
0b1c2c6943
|
@ -12,7 +12,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
container_name: nagios
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250106.0.01
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250106.0.02
|
||||
networks:
|
||||
infra_dev_net:
|
||||
ipv4_address: 10.99.23.36
|
||||
|
|
|
@ -123,7 +123,7 @@ $link_target = 'main';
|
|||
<div class="navsectiontitle">Dashboards</div>
|
||||
<div class="navsectionlinks">
|
||||
<ul class="navsectionlinks">
|
||||
<li><a href="<?php echo $cfg["cgi_base_url"];?>/dashboard/nagios.php" target="<?php echo $link_target;?>">Nagios Dash</a></li>
|
||||
<li><a href="dashboard/nagios.php" target="<?php echo $link_target;?>">Nagios Dash</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue