"vscode:/vscode.git/clone" did not exist on "7b83d6e7ba69bbb2f7bd1dce81306be47720bc8f"
  1. 23 Mar, 2026 1 commit
    • Ethan0x0000's avatar
      feat(frontend): display error observability fields in ops admin panel · c5aa96a3
      Ethan0x0000 authored
      Show endpoint, model mapping, and request type in the ops error log
      table and detail modal:
      - Endpoint column with inbound/upstream tooltip
      - Model column showing requested→upstream mapping with arrow
      - Request type badge (sync/stream/ws) in status column
      - New detail cards for inbound endpoint, upstream endpoint, request type
      c5aa96a3
  2. 15 Jan, 2026 1 commit
  3. 14 Jan, 2026 6 commits
  4. 12 Jan, 2026 1 commit
    • IanShaw027's avatar
      fix(ops): 修复错误日志和请求详情模态框的布局问题 · 89c1a413
      IanShaw027 authored
      - 修复 OpsErrorDetailsModal 的内容溢出问题,使用 flex 布局确保正确显示
      - 修复 OpsErrorLogTable 的表格滚动问题,添加 min-h-0 确保正确的滚动行为
      - 修复 OpsRequestDetailsModal 的布局问题,添加 pageSize 初始化并优化 flex 布局
      - 统一使用 flex 布局模式,确保模态框内容在不同屏幕尺寸下正确显示
      89c1a413
  5. 09 Jan, 2026 1 commit
    • IanShaw027's avatar
      feat(前端UI): 实现运维监控前端界面 · 8ae75e7f
      IanShaw027 authored
      - 新增帮助提示组件(HelpTooltip.vue)
      - 更新侧边栏添加 ops 监控菜单项
      - 扩展设置视图集成 ops 配置面板
      - 新增 ops 监控视图目录(dashboard, alerts, realtime, settings 等)
      8ae75e7f