Migrate to npm and cleanup css

This commit is contained in:
Dave Gallant
2024-01-08 17:21:23 -05:00
parent f0d0771ed2
commit 7501e07e19
8 changed files with 4016 additions and 8093 deletions

View File

@@ -130,7 +130,7 @@ export default {
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<body>
<input
class="form-control bg-dark text-light"
class="form-control"
type="text"
id="filter"
placeholder="Filter"
@@ -140,8 +140,8 @@ export default {
v-on:keyup.escape="this.$refs.filter.blur()"
ref="filter"
/>
<table class="table table-dark table-hover">
<thead class="thead thead-light text-muted">
<table class="table table-hover">
<thead class="thead text-muted">
<tr>
<th
v-for="(col, key) in columns"