Browse Source

Fix frontend.

pull/748/head
Sebastian 4 years ago
parent
commit
d01acd54a3
  1. 2
      frontend/app/features/rules/pages/simulator/rule-simulator-page.component.html

2
frontend/app/features/rules/pages/simulator/rule-simulator-page.component.html

@ -8,7 +8,7 @@
</ng-container> </ng-container>
<ng-container> <ng-container>
<sqx-list-view [isLoading]="ruleSimulator.isLoading | async" [table]="true"> <sqx-list-view [isLoading]="ruleSimulatorState.isLoading | async" [table]="true">
<table class="table table-items table-fixed"> <table class="table table-items table-fixed">
<thead> <thead>
<tr> <tr>

Loading…
Cancel
Save