Skip to content

Commit

Permalink
fix:全量日志时间筛选器
Browse files Browse the repository at this point in the history
  • Loading branch information
KT-core committed Oct 17, 2024
1 parent be82b44 commit a50f2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const routes = [
path: '/logs/full',
name: '全量日志',
element: FullLogsPage,
hideSystemTimeRangePicker: true,
// hideSystemTimeRangePicker: true,
},
{ path: '/trace', name: '链路追踪', element: TracePage, hideSystemTimeRangePicker: true },
{ path: '/basic-dashboard', name: '应用基础设施大盘', element: BasicDashboard },
Expand Down

0 comments on commit a50f2c4

Please sign in to comment.