diff options
author | Erazor2 <jeromewhweb@gmail.com> | 2022-01-04 22:10:23 +0000 |
---|---|---|
committer | Erazor2 <jeromewhweb@gmail.com> | 2022-01-04 22:10:23 +0000 |
commit | d060421c15394d19d5c3294634bc20e953634af0 (patch) | |
tree | 9a21196216f5f5cd1f224b2f8617e5b25aa61ac9 /ui/src | |
parent | Fixed retry for all Sites (diff) | |
download | metube-d060421c15394d19d5c3294634bc20e953634af0.tar.gz metube-d060421c15394d19d5c3294634bc20e953634af0.tar.bz2 metube-d060421c15394d19d5c3294634bc20e953634af0.zip |
Updated layout for new Button
Diffstat (limited to 'ui/src')
-rw-r--r-- | ui/src/app/app.component.html | 1 |
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> |