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 @@