summaryrefslogtreecommitdiff
path: root/src/views/Logs/PostCodeLogs
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/PostCodeLogs
parentbde69949362b9dfd1a24fd6fd810116fa3136b5a (diff)
downloadwebui-vue-0f123678bb0e9c8ccedc9001143a4537aac43342.tar.xz
fix BMC configuration, add global table styles
Diffstat (limited to 'src/views/Logs/PostCodeLogs')
-rw-r--r--src/views/Logs/PostCodeLogs/PostCodeLogs.vue14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/views/Logs/PostCodeLogs/PostCodeLogs.vue b/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
index b13cef46..14359dfb 100644
--- a/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
+++ b/src/views/Logs/PostCodeLogs/PostCodeLogs.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('pagePostCodeLogs.table.searchLogs')"
style="margin: 13px; width: 35%"
@@ -370,10 +368,6 @@ export default {
};
</script>
<style lang="scss" scoped>
-.table-pagination-select {
- line-height: 1.8rem;
-}
-
.form-group,
.b-pagination {
margin: 0px !important;