web/admin: fix table width for policies for bound stages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-05 13:47:23 +02:00
parent 5803575ee2
commit fea493f3a0
1 changed files with 2 additions and 4 deletions

View File

@ -100,7 +100,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
renderExpanded(item: FlowStageBinding): TemplateResult {
return html` <td></td>
<td role="cell" colspan="3">
<td role="cell" colspan="4">
<div class="pf-c-table__expandable-row-content">
<div class="pf-c-content">
<p>
@ -110,9 +110,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
</ak-bound-policies-list>
</div>
</div>
</td>
<td></td>
<td></td>`;
</td>`;
}
renderEmpty(): TemplateResult {