mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Including kbn-dis on ruleset tab
This commit is contained in:
parent
c1f12c0795
commit
11f538ee36
@ -196,3 +196,8 @@ table>thead>tr>th {
|
||||
.kbn-dis-height-70 {
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.hiddenRulesetDiscover {
|
||||
visibility: hidden !important;
|
||||
height: 0px !important;
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
<div flex layout="column" ng-if="globalRuleSet == 'ruleset'" class="manager-background">
|
||||
<md-progress-linear class="md-accent" md-mode="indeterminate" ng-show="load"></md-progress-linear>
|
||||
<kbn-dis class="hiddenRulesetDiscover"></kbn-dis>
|
||||
<md-progress-linear class="md-accent" md-mode="indeterminate" ng-show="load"></md-progress-linear>
|
||||
|
Loading…
Reference in New Issue
Block a user