From 8906214f520fb800cad3b829668ac2d91fc0a681 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Mon, 6 May 2019 14:06:51 +0400 Subject: [PATCH] fix dashboard --- src/main/resources/static/js/app-config.js | 2 +- .../static/papers/paper-dashboard-item.vue | 46 +++++++++++++++++++ .../static/papers/paper-dashboard.vue | 14 +++--- .../resources/static/papers/paper-item.vue | 3 +- 4 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 src/main/resources/static/papers/paper-dashboard-item.vue diff --git a/src/main/resources/static/js/app-config.js b/src/main/resources/static/js/app-config.js index f2864e6..3488b6e 100644 --- a/src/main/resources/static/js/app-config.js +++ b/src/main/resources/static/js/app-config.js @@ -19,7 +19,7 @@ var getTables = basePath + "/get-tables"; var makeIntegration = basePath + "/make-integration"; var paperList = basePath + "/papers"; - var paperDashboard = basePath + "/dashboard"; + var paperDashboard = basePath + "/papers/dashboard"; return { version: appVersion, diff --git a/src/main/resources/static/papers/paper-dashboard-item.vue b/src/main/resources/static/papers/paper-dashboard-item.vue new file mode 100644 index 0000000..f09ab42 --- /dev/null +++ b/src/main/resources/static/papers/paper-dashboard-item.vue @@ -0,0 +1,46 @@ + + + \ No newline at end of file diff --git a/src/main/resources/static/papers/paper-dashboard.vue b/src/main/resources/static/papers/paper-dashboard.vue index 17423ce..c9f2f8b 100644 --- a/src/main/resources/static/papers/paper-dashboard.vue +++ b/src/main/resources/static/papers/paper-dashboard.vue @@ -3,12 +3,10 @@
-
- - -
+ +
@@ -16,7 +14,7 @@