PMCORE-3866:Records dropdown is still available in Home trays

This commit is contained in:
Fabio Guachalla
2022-06-14 10:13:49 -04:00
parent d89864ed7e
commit 7e4f45983f
7 changed files with 7 additions and 7 deletions

View File

@@ -337,6 +337,7 @@ export default {
icon: "fas fa-check-circle",
options: {
filterable: false,
perPageValues: [],
texts: {
count: this.$i18n.t("ID_SHOWING_FROM_RECORDS_COUNT"),
first: this.$i18n.t("ID_FIRST"),
@@ -1279,9 +1280,6 @@ export default {
padding-left: 50px;
padding-right: 50px;
}
.VueTables__limit {
display: none;
}
.v-card-text-dark {
color: #343944;