diff --git a/src/components/ListTable/formatters/ConnectFormatter.vue b/src/components/ListTable/formatters/ConnectFormatter.vue new file mode 100644 index 000000000..b4fe27906 --- /dev/null +++ b/src/components/ListTable/formatters/ConnectFormatter.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/src/components/ListTable/formatters/SystemUserFormatter.vue b/src/components/ListTable/formatters/SystemUserFormatter.vue new file mode 100644 index 000000000..c56ba60ea --- /dev/null +++ b/src/components/ListTable/formatters/SystemUserFormatter.vue @@ -0,0 +1,40 @@ + + + + diff --git a/src/components/ListTable/formatters/index.js b/src/components/ListTable/formatters/index.js index d39e2e37d..9b6922bcf 100644 --- a/src/components/ListTable/formatters/index.js +++ b/src/components/ListTable/formatters/index.js @@ -11,6 +11,8 @@ import ExpandAssetPermissionFormatter from './ExpandAssetPermissionFormatter' import CustomActionsFormatter from './CustomActionsFormatter' import DeleteActionFormatter from './DeleteActionFormatter' import DateFormatter from './DateFormatter' +import ConnectFormatter from './ConnectFormatter' +import SystemUserFormatter from './SystemUserFormatter' export default { DetailFormatter, @@ -25,7 +27,9 @@ export default { ExpandAssetPermissionFormatter, CustomActionsFormatter, DeleteActionFormatter, - DateFormatter + DateFormatter, + ConnectFormatter, + SystemUserFormatter } export { @@ -41,5 +45,7 @@ export { ExpandAssetPermissionFormatter, CustomActionsFormatter, DeleteActionFormatter, - DateFormatter + DateFormatter, + ConnectFormatter, + SystemUserFormatter } diff --git a/src/components/UploadField/index.vue b/src/components/UploadField/index.vue index f87f907ec..d18184e77 100644 --- a/src/components/UploadField/index.vue +++ b/src/components/UploadField/index.vue @@ -1,12 +1,11 @@ diff --git a/src/views/xpack/GatherUser.vue b/src/views/xpack/GatheredUser/GatheredUserList.vue similarity index 61% rename from src/views/xpack/GatherUser.vue rename to src/views/xpack/GatheredUser/GatheredUserList.vue index cc24229c5..77db4c940 100644 --- a/src/views/xpack/GatherUser.vue +++ b/src/views/xpack/GatheredUser/GatheredUserList.vue @@ -1,5 +1,5 @@ diff --git a/src/views/xpack/GatheredUser/TaskCreateUpdate.vue b/src/views/xpack/GatheredUser/TaskCreateUpdate.vue new file mode 100644 index 000000000..eb1e211c2 --- /dev/null +++ b/src/views/xpack/GatheredUser/TaskCreateUpdate.vue @@ -0,0 +1,48 @@ + + + + + diff --git a/src/views/xpack/GatheredUser/TaskList.vue b/src/views/xpack/GatheredUser/TaskList.vue new file mode 100644 index 000000000..e0b8a33f8 --- /dev/null +++ b/src/views/xpack/GatheredUser/TaskList.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/src/views/xpack/InterfaceSettings.vue b/src/views/xpack/InterfaceSettings.vue index eceedeaa8..34f08a655 100644 --- a/src/views/xpack/InterfaceSettings.vue +++ b/src/views/xpack/InterfaceSettings.vue @@ -1,11 +1,14 @@