-
-
-
OOPS!
-
-
{{ message }}
-
Please check that the URL you entered is correct, or click the button below to return to the homepage.
-
Back to home
-
+
+
+
404 请求错误
+
无法访问当前页面
+
去往首页
+
+
+
@@ -33,196 +24,51 @@ export default {
diff --git a/src/views/dashboard/ResourceSummary.vue b/src/views/dashboard/ResourceSummary.vue
index 1e4efa219..2c54e88aa 100644
--- a/src/views/dashboard/ResourceSummary.vue
+++ b/src/views/dashboard/ResourceSummary.vue
@@ -32,7 +32,7 @@ export default {
type: 'success'
},
body: {
- link: '/users/users',
+ route: `/users/users`,
count: this.counter.total_count_users,
comment: 'All users'
}
@@ -44,7 +44,7 @@ export default {
type: 'info'
},
body: {
- link: '/users/assets',
+ route: `/assets/assets`,
count: this.counter.total_count_assets,
comment: 'All assets'
}
@@ -56,7 +56,7 @@ export default {
type: 'primary'
},
body: {
- link: '/terminal/sessions',
+ route: `/terminal/sessions`,
count: this.counter.total_count_online_users,
comment: 'Online users'
}
@@ -68,7 +68,7 @@ export default {
type: 'danger'
},
body: {
- link: '/terminal/sessions',
+ route: `/terminal/sessions`,
count: this.counter.total_count_online_sessions,
comment: 'Online sessions'
}
diff --git a/src/views/sessions/SessionList/BaseList.vue b/src/views/sessions/SessionList/BaseList.vue
index 9c88b960f..ded3339ca 100644
--- a/src/views/sessions/SessionList/BaseList.vue
+++ b/src/views/sessions/SessionList/BaseList.vue
@@ -2,7 +2,7 @@
-