Browse Source

isLoading fix.

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

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

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

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

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

Loading…
Cancel
Save