update
This commit is contained in:
parent
b17a757ee5
commit
84f250a57a
|
|
@ -434,9 +434,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
?>
|
||||
|
||||
<div class="card-row">
|
||||
<div class="card-left">
|
||||
</div>
|
||||
<div class="card-right">
|
||||
<div class="service-label">
|
||||
<strong>Service</strong>
|
||||
|
||||
|
|
@ -464,7 +461,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Udp1 Service</h3>
|
||||
<?php
|
||||
|
|
@ -478,9 +474,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
?>
|
||||
|
||||
<div class="card-row">
|
||||
<div class="card-left">
|
||||
</div>
|
||||
<div class="card-right">
|
||||
<div class="service-label">
|
||||
<strong>Service</strong>
|
||||
|
||||
|
|
@ -508,7 +501,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Udp2 Service</h3>
|
||||
<?php
|
||||
|
|
@ -522,9 +514,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
?>
|
||||
|
||||
<div class="card-row">
|
||||
<div class="card-left">
|
||||
</div>
|
||||
<div class="card-right">
|
||||
<div class="service-label">
|
||||
<strong>Service</strong>
|
||||
|
||||
|
|
@ -552,7 +541,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Custom Output Service</h3>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in New Issue