Skip to content

Commit

Permalink
Hide Test-Files if not defined.
Browse files Browse the repository at this point in the history
Hide Test-Files if not defined.
  • Loading branch information
netaviator authored Apr 5, 2024
1 parent 312b5b1 commit 4d10ef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@
</div>
</div>
<?php endif ?>


<?php if (count($templateData['speedtest_files'])): ?>
<div class="row">
<label class="mb-2 text-muted">Test Files</label>
<div class="btn-group input-group mb-3">
Expand All @@ -280,6 +281,7 @@
<?php endforeach ?>
</div>
</div>
<?php endif ?>

</div>
</div>
Expand Down

0 comments on commit 4d10ef7

Please sign in to comment.