Minor improvements on UI

This commit is contained in:
TwinProduction 2019-09-16 20:29:06 -04:00
parent a3f2591bbf
commit 46fbba25df

View File

@ -6,9 +6,10 @@
</head> </head>
<body> <body>
<div class="container my-3 bg-light rounded p-4 border shadow"> <div class="container my-3 bg-light rounded p-4 border shadow">
<div class="text-center"> <div class="text-center mb-3">
<div class="display-4">Gatus</div> <div class="display-4">Gatus</div>
</div> </div>
<div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@ -22,6 +23,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
@ -56,7 +58,7 @@
refreshTable(); refreshTable();
setInterval(function() { setInterval(function() {
refreshTable(); refreshTable();
}, 10000); }, 3000);
</script> </script>
</body> </body>
</html> </html>