aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/src/app/app.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html
index 59d2c75..f681f79 100644
--- a/ui/src/app/app.component.html
+++ b/ui/src/app/app.component.html
@@ -107,6 +107,7 @@
</th>
<th scope="col" style="width: 2rem;"></th>
<th scope="col" style="width: 2rem;"></th>
+ <th scope="col" style="width: 2rem;"></th>
</tr>
</thead>
<tbody>
bgstack15