diff --git a/ayanova/src/views/adm-global-select-templates.vue b/ayanova/src/views/adm-global-select-templates.vue
index 5cca81c0..b3a5d476 100644
--- a/ayanova/src/views/adm-global-select-templates.vue
+++ b/ayanova/src/views/adm-global-select-templates.vue
@@ -86,7 +86,7 @@
//NOTE: This is a simple form with no need for business rules or validation so stripped out any extraneous code related to all that
//
const FORM_KEY = "adm-global-select-templates";
-const API_BASE_URL = "picklist/template/";
+const API_BASE_URL = "pick-list/template/";
export default {
beforeRouteLeave(to, from, next) {
//let vm = this;
@@ -247,7 +247,7 @@ export default {
//get available fields
window.$gz.api
- .get(API_BASE_URL + "ListFields/" + vm.templateId)
+ .get(API_BASE_URL + "listfields/" + vm.templateId)
.then(res => {
if (res.error) {
vm.formState.serverError = res.error;
diff --git a/ayanova/src/views/ops-log.vue b/ayanova/src/views/ops-log.vue
index 72b0587b..6471ad9b 100644
--- a/ayanova/src/views/ops-log.vue
+++ b/ayanova/src/views/ops-log.vue
@@ -7,25 +7,7 @@
fa-sync
-
-
-
-
- |
- |
- |
-
-
-
-
- | {{ item.created }} |
- {{ item.jobId }} |
- {{ item.status }} |
-
-
-
-
-
+