Bug #19218
closedColums width in Subscription for Content host
Description
on page /content_hosts/2/subscriptions in List/Remove section is wrong formatted column with Product name (screenshot is in attachment).
Probably it should be
<tr bst-table-row="" ng-repeat-start="(name, subscriptions) in groupedSubscriptions | groupedFilter: subscriptionSearch" class="ng-scope">
<td class="row-select ng-binding">
</td>
<td bst-table-cell="" colspan="8" class="ng-scope">Collectd 5.7</td>
</tr>
instead of
<tr bst-table-row="" ng-repeat-start="(name, subscriptions) in groupedSubscriptions | groupedFilter: subscriptionSearch" class="ng-scope">
<td class="row-select ng-binding">
Collectd 5.7
</td>
<td bst-table-cell="" colspan="8" class="ng-scope"></td>
</tr>
Files
Updated by Ondřej Levý over 7 years ago
- Is duplicate of Bug #19078: UI is malformed for Activation Key Subscriptions added