mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fix missing css
This commit is contained in:
parent
d8aef847ca
commit
5b5b7d106f
@ -1,6 +1,6 @@
|
||||
<md-content flex layout="column" ng-if="tab === 'syscollector'" ng-show="!load">
|
||||
<div layout="row" class="layout-padding">
|
||||
<md-card flex>
|
||||
<md-card flex class="wz-md-card">
|
||||
<md-card-content>
|
||||
<span class="wz-headline-title">OS information</span>
|
||||
<md-divider class="wz-margin-top-10"></md-divider>
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
</md-card-content>
|
||||
</md-card>
|
||||
<md-card flex>
|
||||
<md-card flex class="wz-md-card">
|
||||
<md-card-content>
|
||||
<span class="wz-headline-title">Hardware information</span>
|
||||
<md-divider class="wz-margin-top-10"></md-divider>
|
||||
|
Loading…
Reference in New Issue
Block a user