From b5c93bbb841550bbb469d7482e383e426f74c6a4 Mon Sep 17 00:00:00 2001 From: Darren Satkunas Date: Thu, 8 Dec 2022 10:03:44 -0800 Subject: [PATCH] move services --- .../src/components/new/BaseButtonService.vue | 4 ++-- .../new/BaseButtonSystemService.vue | 4 ++-- .../new}/BaseService.vue | 2 +- .../new}/BaseSystemService.vue | 2 +- .../root/src/components/new/index.js | 6 +++++ .../pfappserver/root/src/globals/pfLocales.js | 22 ++++++++++++++++++- .../_components/BaseButtonBulkActions.vue | 2 +- .../Status/services/_components/TheView.vue | 4 ++-- .../root/src/views/Status/services/config.js | 19 ---------------- 9 files changed, 36 insertions(+), 29 deletions(-) rename html/pfappserver/root/src/{views/Status/services/_components => components/new}/BaseService.vue (99%) rename html/pfappserver/root/src/{views/Status/services/_components => components/new}/BaseSystemService.vue (99%) delete mode 100644 html/pfappserver/root/src/views/Status/services/config.js diff --git a/html/pfappserver/root/src/components/new/BaseButtonService.vue b/html/pfappserver/root/src/components/new/BaseButtonService.vue index 317dc0bfc600..f4539488b651 100644 --- a/html/pfappserver/root/src/components/new/BaseButtonService.vue +++ b/html/pfappserver/root/src/components/new/BaseButtonService.vue @@ -65,7 +65,7 @@