Update view_log.php

This commit is contained in:
jakani24
2024-01-21 16:34:00 +01:00
parent 04243a4330
commit f032302f18

View File

@@ -83,8 +83,8 @@ if($perms[2]!=="1"){
echo('<form action="view_log.php" method="get">'); echo('<form action="view_log.php" method="get">');
echo('<td><button type="submit" class="btn btn-primary btn-block">Filter</button></td>'); echo('<td><button type="submit" class="btn btn-primary btn-block">Filter</button></td>');
echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>'); echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>');
echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>'); echo('<td><input type="text" class="form-control" name="logtext" placeholder="Logtext"></td>');
echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>'); echo('<td><input type="text" class="form-control" name="machine_id" placeholder="Machine id"></td>');
echo('</form>'); echo('</form>');
echo('</tr>'); echo('</tr>');