summaryrefslogtreecommitdiff
path: root/src/views/Logs/EventLogs
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Logs/EventLogs')
-rw-r--r--src/views/Logs/EventLogs/EventLogs.vue17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/views/Logs/EventLogs/EventLogs.vue b/src/views/Logs/EventLogs/EventLogs.vue
index 441d8cfa..41de40fd 100644
--- a/src/views/Logs/EventLogs/EventLogs.vue
+++ b/src/views/Logs/EventLogs/EventLogs.vue
@@ -6,12 +6,10 @@
>
<page-title />
<div class="logs-head-container">
- <div class="semi-bold-12px">
- <table-cell-count
- :filtered-items-count="filteredRows"
- :total-number-of-cells="allLogs.length"
- ></table-cell-count>
- </div>
+ <table-cell-count
+ :filtered-items-count="filteredRows"
+ :total-number-of-cells="allLogs.length"
+ ></table-cell-count>
<search
:placeholder="$t('pageEventLogs.table.searchLogs')"
data-test-id="eventLogs-input-searchLogs"
@@ -306,7 +304,6 @@ import TableRowExpandMixin, {
import SearchFilterMixin, {
searchFilter,
} from '@/components/Mixins/SearchFilterMixin';
-// import { headerHeight } from '@/assets/styles/bmc/helpers/_variables';
export default {
components: {
@@ -342,8 +339,6 @@ export default {
return {
isBusy: true,
sortDesc: true,
- // headerHeight,
- // stickyHeader: 'calc(100vh - 200px - #{$header-height})',
fields: [
{
key: 'checkbox',
@@ -632,10 +627,6 @@ export default {
color: $text-quaternary;
}
-.table-pagination-select {
- line-height: 1.8rem;
-}
-
.form-group,
.b-pagination {
margin: 0px !important;