Merge branch 'spidev' into 'master'
Device Detail OLT Anpassungen See merge request fronk/thetool!1617
This commit is contained in:
@@ -477,8 +477,8 @@ foreach ($devicesall as $deviceall) {
|
||||
<h4>OLT/ONT Informationen </h4>
|
||||
<h5><span id="olt-uptime"></span></h5>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<h4>Serviceports von <span style="width: 20px;"
|
||||
<div id="service-ports-h4" class="col-lg-6" style="display:none">
|
||||
<h4>Serviceports von <span style="width: 20px"
|
||||
class="mr-4 ont-serviceport-refresh-span "><i
|
||||
title="Refresh"
|
||||
class="fa-solid fa-rotate-right ont-serviceport-refresh"></i></span>
|
||||
@@ -825,7 +825,7 @@ foreach ($devicesall as $deviceall) {
|
||||
if (data.success == false) {
|
||||
$('#olt-body').text('Keine OLT/ONT Daten verfügbar');
|
||||
} else {
|
||||
|
||||
$('#service-ports-h4').show();
|
||||
$('#olt-body').append(`<div >
|
||||
<table class="sp-table-border float-left" >
|
||||
<thead><tr><td>OLT</td></tr></thead>
|
||||
|
||||
Reference in New Issue
Block a user