web/admin: fix table width for policies for bound stages
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5803575ee2
commit
fea493f3a0
|
@ -100,7 +100,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
|
||||||
|
|
||||||
renderExpanded(item: FlowStageBinding): TemplateResult {
|
renderExpanded(item: FlowStageBinding): TemplateResult {
|
||||||
return html` <td></td>
|
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-table__expandable-row-content">
|
||||||
<div class="pf-c-content">
|
<div class="pf-c-content">
|
||||||
<p>
|
<p>
|
||||||
|
@ -110,9 +110,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
|
||||||
</ak-bound-policies-list>
|
</ak-bound-policies-list>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>`;
|
||||||
<td></td>
|
|
||||||
<td></td>`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
renderEmpty(): TemplateResult {
|
renderEmpty(): TemplateResult {
|
||||||
|
|
Reference in New Issue