Skip to content

Commit

Permalink
Removed unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González authored and havidarou committed Jun 20, 2018
1 parent 185222d commit 66106ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 22 deletions.
17 changes: 0 additions & 17 deletions public/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,6 @@
border: 1px solid #D9D9D9 !important;
}

/* Custom progress linear styles */

.wazuh-loading md-progress-linear {
height: 20px !important;
}

.wazuh-loading md-progress-linear .md-container {
height: 20px !important;
}

.wazuh-loading md-progress-linear .md-container .md-bar {
height: 20px !important;
}
.wazuh-loading md-progress-linear .md-container .md-dashed:before {
height: 20px !important;
}

/* Custom loading ring styles */

div.uil-ring-css {
Expand Down
4 changes: 2 additions & 2 deletions public/templates/agents/agents.head
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@
<!-- End Discover search bar section -->

<!-- Loading status section -->
<div layout="column" layout-align="center center" class="wazuh-loading" ng-if="(tab !== 'welcome') && (tab !== 'configuration') && tab !== 'syscollector'" ng-show="resultState === 'ready' && tabView === 'panels' && !rendered">
<div layout="column" layout-align="center center" ng-if="(tab !== 'welcome') && (tab !== 'configuration') && tab !== 'syscollector'" ng-show="resultState === 'ready' && tabView === 'panels' && !rendered">
<div class="percentage"><i class="fa fa-fw fa-spin fa-spinner" aria-hidden="true"></i></div>
<div class="percentage">{{loadingStatus}}</div>
</div>
<!-- End loading status section -->

<!-- Report status section -->
<div layout="column" layout-align="center center" class="wazuh-loading" ng-if="(tab !== 'welcome') && (tab !== 'configuration') && tab !== 'syscollector'" ng-show="reportBusy && reportStatus">
<div layout="column" layout-align="center center" ng-if="(tab !== 'welcome') && (tab !== 'configuration') && tab !== 'syscollector'" ng-show="reportBusy && reportStatus">
<div class="percentage"><i class="fa fa-fw fa-spin fa-spinner" aria-hidden="true"></i></div>
<div class="percentage">{{reportStatus}}</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/templates/manager/monitoring/monitoring.head
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<!-- End Discover search bar section -->

<!-- Loading status section -->
<div layout="column" layout-align="center center" class="wazuh-loading wz-margin-bottom-40" ng-show="!loading && !rendered && resultState === 'ready' && (!showNodes || (showNodes && currentNode))">
<div layout="column" layout-align="center center" class="wz-margin-bottom-40" ng-show="!loading && !rendered && resultState === 'ready' && (!showNodes || (showNodes && currentNode))">
<div class="percentage"><i class="fa fa-fw fa-spin fa-spinner" aria-hidden="true"></i></div>
<div class="percentage">{{loadingStatus}}</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions public/templates/overview/overview.head
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
<!-- End Discover search bar section -->

<!-- Loading status section -->
<div layout="column" layout-align="center center" class="wazuh-loading" ng-if="tab !== 'welcome'" ng-show="resultState === 'ready' && tabView === 'panels' && !rendered">
<div layout="column" layout-align="center center" ng-if="tab !== 'welcome'" ng-show="resultState === 'ready' && tabView === 'panels' && !rendered">
<div class="percentage"><i class="fa fa-fw fa-spin fa-spinner" aria-hidden="true"></i></div>
<div class="percentage">{{loadingStatus}}</div>
</div>
<!-- End loading status section -->

<!-- Report status section -->
<div layout="column" layout-align="center center" class="wazuh-loading" ng-if="tab !== 'welcome'" ng-show="reportBusy && reportStatus">
<div layout="column" layout-align="center center" ng-if="tab !== 'welcome'" ng-show="reportBusy && reportStatus">
<div class="percentage"><i class="fa fa-fw fa-spin fa-spinner" aria-hidden="true"></i></div>
<div class="percentage">{{reportStatus}}</div>
</div>
Expand Down

0 comments on commit 66106ec

Please sign in to comment.