aboutsummaryrefslogtreecommitdiff
path: root/ui/src/app/app.component.html
diff options
context:
space:
mode:
authorErazor2 <jeromewhweb@gmail.com>2022-01-04 22:10:23 +0000
committerErazor2 <jeromewhweb@gmail.com>2022-01-04 22:10:23 +0000
commitd060421c15394d19d5c3294634bc20e953634af0 (patch)
tree9a21196216f5f5cd1f224b2f8617e5b25aa61ac9 /ui/src/app/app.component.html
parentFixed retry for all Sites (diff)
downloadmetube-d060421c15394d19d5c3294634bc20e953634af0.tar.gz
metube-d060421c15394d19d5c3294634bc20e953634af0.tar.bz2
metube-d060421c15394d19d5c3294634bc20e953634af0.zip
Updated layout for new Button
Diffstat (limited to 'ui/src/app/app.component.html')
-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 c0957af..59d2c75 100644
--- a/ui/src/app/app.component.html
+++ b/ui/src/app/app.component.html
@@ -75,6 +75,7 @@
<th scope="col" style="width: 8rem;">Speed</th>
<th scope="col" style="width: 7rem;">ETA</th>
<th scope="col" style="width: 2rem;"></th>
+ <th scope="col" style="width: 2rem;"></th>
</tr>
</thead>
<tbody>
bgstack15