diff --git a/src/vue-poc/app.vue b/src/vue-poc/app.vue index 54ffd00..84b5dda 100644 --- a/src/vue-poc/app.vue +++ b/src/vue-poc/app.vue @@ -16,6 +16,7 @@ + @@ -38,10 +39,11 @@ + @@ -51,9 +53,9 @@ - + - + @@ -150,6 +152,7 @@ {href: '/validate',text: 'Validate',icon: 'playlist_add_check'}, {href: '/transform',text: 'XSLT Transform',icon: 'forward'}, {href: '/tasks',text: 'Tasks',icon: 'update'}, + {href: '/logdate',text: 'XML logs',icon: 'dns'}, {href: '/history/tasks',text: 'history',icon: 'history'} ]}, { @@ -159,15 +162,15 @@ children: [ {href: '/database', text: 'Databases',icon: 'developer_mode' }, {href: '/files', text: 'File system',icon: 'folder' }, - - {href: '/history/files',text: 'history',icon: 'history'} + {href: '/documentation', text: 'Documentation',icon: 'library_books' }, + {href: '/history/files',text: 'history',icon: 'history'} ]}, { icon: 'memory', text: 'Models' , model: false, children: [ - {href: '/documentation', text: 'Documentation',icon: 'library_books' }, + {href: '/namespace', text: 'Namespaces',icon: 'label' }, {href: '/entity', text: 'Entities',icon: 'redeem' }, ]}, diff --git a/src/vue-poc/components/qd-navlist2.vue b/src/vue-poc/components/qd-navlist2.vue index ebe8b22..989c3b6 100644 --- a/src/vue-poc/components/qd-navlist2.vue +++ b/src/vue-poc/components/qd-navlist2.vue @@ -21,6 +21,7 @@ for nav drawer + + diff --git a/src/vue-poc/components/qd-table.vue b/src/vue-poc/components/qd-table.vue index d833862..2c5fbad 100644 --- a/src/vue-poc/components/qd-table.vue +++ b/src/vue-poc/components/qd-table.vue @@ -26,7 +26,7 @@ diff --git a/src/vue-poc/components/vp-paramform.vue b/src/vue-poc/components/vp-paramform.vue index 1ca8d4c..6ad1d0c 100644 --- a/src/vue-poc/components/vp-paramform.vue +++ b/src/vue-poc/components/vp-paramform.vue @@ -4,43 +4,51 @@ including submit form function --> diff --git a/src/vue-poc/features/adminlog/logdate.vue b/src/vue-poc/features/adminlog/logdate.vue new file mode 100644 index 0000000..c03b047 --- /dev/null +++ b/src/vue-poc/features/adminlog/logdate.vue @@ -0,0 +1,147 @@ + + + + + diff --git a/src/vue-poc/features/adminlog/logs.vue b/src/vue-poc/features/adminlog/logs.vue index b1d211a..eaa5ff0 100644 --- a/src/vue-poc/features/adminlog/logs.vue +++ b/src/vue-poc/features/adminlog/logs.vue @@ -1,10 +1,14 @@ + + @@ -267,6 +268,7 @@ Vue.component('qd-navlist2',{template:` + @@ -401,7 +403,7 @@ Vue.component('qd-table',{template:` {{ entity }} - +