From 1c5a066589d0547ffeb58bf0f5f11cee30ab9baa Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 12 Feb 2018 11:37:16 +0000 Subject: [PATCH] fixed navbar --- src/vue-poc/app.vue | 14 +-- src/vue-poc/features/images/images.xqm | 2 +- src/vue-poc/features/model/entity.vue | 8 +- src/vue-poc/features/tabs.vue | 107 +++++++++++++--------- src/vue-poc/features/tasks/tasks.vue | 9 +- src/vue-poc/models.gen.xqm | 2 +- src/vue-poc/static/app-gen.js | 119 +++++++++++++++---------- 7 files changed, 159 insertions(+), 102 deletions(-) diff --git a/src/vue-poc/app.vue b/src/vue-poc/app.vue index e456910..bd470f5 100644 --- a/src/vue-poc/app.vue +++ b/src/vue-poc/app.vue @@ -39,7 +39,7 @@ - @@ -78,14 +78,15 @@ star_border - + Bookmark this page + -
{{$route.meta.title}}
+
{{$route.meta.title}}
-
- + + + Cancel Save @@ -247,7 +249,7 @@ ]}, {href: '/settings',text: 'Settings',icon: 'settings' }, - {href: '/about',text: 'About (v1.1.3)' , icon: 'help' }, + {href: '/about',text: 'About (v0.2.1)' , icon: 'help' }, ] }}, diff --git a/src/vue-poc/features/images/images.xqm b/src/vue-poc/features/images/images.xqm index 94e403e..b3bf404 100644 --- a/src/vue-poc/features/images/images.xqm +++ b/src/vue-poc/features/images/images.xqm @@ -27,7 +27,7 @@ function vue-api:id( $id as xs:integer) }; (:~ - : get report + : generate html report :) declare %rest:GET %rest:path("/vue-poc/api/images/report") diff --git a/src/vue-poc/features/model/entity.vue b/src/vue-poc/features/model/entity.vue index 6592677..b12c3c4 100644 --- a/src/vue-poc/features/model/entity.vue +++ b/src/vue-poc/features/model/entity.vue @@ -4,7 +4,10 @@ Entities - Reset + Refresh @@ -16,6 +19,8 @@ :items="items" :rows-per-page-items="rowsPerPageItems" :pagination.sync="pagination" + select-all + :value="selected" > +} diff --git a/src/vue-poc/features/tasks/tasks.vue b/src/vue-poc/features/tasks/tasks.vue index 44d64ab..62799eb 100644 --- a/src/vue-poc/features/tasks/tasks.vue +++ b/src/vue-poc/features/tasks/tasks.vue @@ -2,7 +2,7 @@