mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-19 22:02:24 +01:00
fix(torrents): torrent list colspan issues
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-if="vm.tooltipMsg">
|
||||
<td colspan="6">
|
||||
<td colspan="7">
|
||||
<div class="text-center margin-top-50 margin-bottom-30 padding-top-20 padding-bottom-50">
|
||||
<h2>{{vm.tooltipMsg | translate}}</h2>
|
||||
</div>
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-if="vm.tooltipMsg">
|
||||
<td colspan="6">
|
||||
<td colspan="7">
|
||||
<div class="text-center margin-top-50 margin-bottom-30 padding-top-20 padding-bottom-50">
|
||||
<h2>{{vm.tooltipMsg | translate}}</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user