fixed some styling

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 02:25:05 +01:00
parent afa6461c24
commit ddd46bd70f
1 changed files with 6 additions and 4 deletions

View File

@ -3,21 +3,22 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PiXelTube Web Interface</title> <title>PiXelTube</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<script src="bootstrap/js/bootstrap.bundle.min.js"></script> <script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="jquery/jquery.min.js"></script> <script src="jquery/jquery.min.js"></script>
</head> </head>
<body> <body>
<div class="container mt-5"> <div class="container mt-5">
<h1 class="mb-4">PiXelTube Web Interface</h1> <h1 class="mb-4">PiXelTube overview</h1>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
<th scope="col">Tube ID</th> <th scope="col">Tube ID</th>
<th scope="col">Universe</th> <th scope="col">Universe</th>
<th scope="col">DMX Address</th> <th scope="col">DMX address</th>
<th scope="col">Actions</th> <th scope="col">MAC address</th>
<th scope="col"></th>
</tr> </tr>
</thead> </thead>
<tbody id="tubeList"> <tbody id="tubeList">
@ -44,6 +45,7 @@
<th>'.$row["id"].'</th> <th>'.$row["id"].'</th>
<th>'.$row["universe"].'</th> <th>'.$row["universe"].'</th>
<th>'.$row["dmx_address"].'</th> <th>'.$row["dmx_address"].'</th>
<th>'.$row["mac_address"].'</th>
<th> <th>
<a href="settings.php?mac='.$row["mac_address"].'"> <a href="settings.php?mac='.$row["mac_address"].'">
<button type="button" class="btn btn-secondary">Configure</button> <button type="button" class="btn btn-secondary">Configure</button>