PMCORE-3866:Records dropdown is still available in Home trays
This commit is contained in:
@@ -159,6 +159,7 @@ export default {
|
||||
tableData: [],
|
||||
options: {
|
||||
filterable: false,
|
||||
perPageValues: [],
|
||||
headings: {
|
||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -310,6 +310,7 @@ export default {
|
||||
icon:"fas fa-edit",
|
||||
options: {
|
||||
filterable: false,
|
||||
perPageValues: [],
|
||||
headings: {
|
||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||
|
||||
@@ -341,6 +341,7 @@ export default {
|
||||
icon:"fas fa-check-circle",
|
||||
options: {
|
||||
filterable: false,
|
||||
perPageValues: [],
|
||||
headings: {
|
||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||
@@ -861,10 +862,6 @@ export default {
|
||||
padding-left: 50px;
|
||||
padding-right: 50px;
|
||||
}
|
||||
.VueTables__limit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.v-card-text-dark {
|
||||
color: #343944;
|
||||
display: inline-block;
|
||||
|
||||
@@ -161,6 +161,7 @@ export default {
|
||||
tableData: [],
|
||||
options: {
|
||||
filterable: false,
|
||||
perPageValues: [],
|
||||
headings: {
|
||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||
process_category: this.$i18n.t("ID_CATEGORY_PROCESS"),
|
||||
|
||||
@@ -341,6 +341,7 @@ export default {
|
||||
icon:"far fa-pause-circle",
|
||||
options: {
|
||||
filterable: false,
|
||||
perPageValues: [],
|
||||
headings: {
|
||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||
|
||||
@@ -333,6 +333,7 @@ export default {
|
||||
icon:"fas fa-users",
|
||||
options: {
|
||||
filterable: false,
|
||||
perPageValues: [],
|
||||
headings: {
|
||||
detail: this.$i18n.t("ID_DETAIL_CASE"),
|
||||
case_number: this.$i18n.t("ID_MYCASE_NUMBER"),
|
||||
|
||||
Reference in New Issue
Block a user