summaryrefslogtreecommitdiff
path: root/src/views/Logs/PostCodeLogs
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2021-09-07 23:33:16 +0300
committerDixsie Wolmers <dixsie@ibm.com>2021-09-24 22:59:31 +0300
commit9726f9a7cb07a3dcee14d641c2fea7b4f013e5fc (patch)
treeeb2b4ac5a53c8354324ec4cada6c2fbe00324811 /src/views/Logs/PostCodeLogs
parent6a192d526c9efebf7a614a9aa473eee62e555fc5 (diff)
downloadwebui-vue-9726f9a7cb07a3dcee14d641c2fea7b4f013e5fc.tar.xz
Rename TableDataFormatter mixin to DataFormatter
Mixin was renamed to reflect usage on all components, not only tables. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ic962ba879fffa39b9f6f93446771fbf6f67915d0
Diffstat (limited to 'src/views/Logs/PostCodeLogs')
-rw-r--r--src/views/Logs/PostCodeLogs/PostCodeLogs.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/views/Logs/PostCodeLogs/PostCodeLogs.vue b/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
index 87fd9656..6ef575e5 100644
--- a/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
+++ b/src/views/Logs/PostCodeLogs/PostCodeLogs.vue
@@ -170,7 +170,6 @@ import BVTableSelectableMixin, {
tableHeaderCheckboxIndeterminate,
} from '@/components/Mixins/BVTableSelectableMixin';
import BVToastMixin from '@/components/Mixins/BVToastMixin';
-import TableDataFormatterMixin from '@/components/Mixins/TableDataFormatterMixin';
import TableSortMixin from '@/components/Mixins/TableSortMixin';
import TableRowExpandMixin, {
expandRowLabel,
@@ -197,7 +196,6 @@ export default {
BVToastMixin,
LoadingBarMixin,
TableFilterMixin,
- TableDataFormatterMixin,
TableSortMixin,
TableRowExpandMixin,
SearchFilterMixin,