summaryrefslogtreecommitdiff
path: root/src/views/Logs/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-06-21 17:56:47 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-06-21 17:56:47 +0300
commit0f123678bb0e9c8ccedc9001143a4537aac43342 (patch)
tree5e6268f528d7fbfbd5242cf1e7b7599dda44efc0 /src/views/Logs/EventLogs/EventLogs.vue
parentbde69949362b9dfd1a24fd6fd810116fa3136b5a (diff)
downloadwebui-vue-0f123678bb0e9c8ccedc9001143a4537aac43342.tar.xz
fix BMC configuration, add global table styles
Diffstat (limited to 'src/views/Logs/EventLogs/EventLogs.vue')
-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;