mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Removed inline CSS from Agents Preview
This commit is contained in:
parent
dae88333a1
commit
cc23a008a8
@ -147,3 +147,11 @@ md-tooltip .md-content {
|
||||
.agents-pci-row-540 {
|
||||
height: 540px;
|
||||
}
|
||||
|
||||
.agents-prev-height-70 {
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.agents-prev-color-e4 {
|
||||
background-color: #e4e4e4;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div flex ng-controller="agentsPreviewController" layout="column">
|
||||
|
||||
<md-content class="wazuhMenuNavBar" ng-init="menuNavItem = 'agents'" style="height: 70px;">
|
||||
|
||||
<md-content class="wazuhMenuNavBar agents-prev-height-70" ng-init="menuNavItem = 'agents'">
|
||||
<menu-top></menu-top>
|
||||
</md-content>
|
||||
|
||||
<div flex layout="column" id="content" style="{{(tabView != 'discover') ? 'background-color: #e4e4e4' : ''}}" >
|
||||
<div flex layout="column" id="content" class="{{(tabView != 'discover') ? 'agents-prev-color-e4' : ''}}" >
|
||||
|
Loading…
Reference in New Issue
Block a user