|
51 | 51 | <div class="nav-tabs"> |
52 | 52 | <button class="nav-link active" data-page-target="metrics">Metrics</button> |
53 | 53 | <button class="nav-link" data-page-target="traces">Traces</button> |
| 54 | + <!-- |
| 55 | + Trackio's full dashboard also includes tabs like these. |
| 56 | + Uncomment them when you implement the corresponding page sections. |
| 57 | +
|
| 58 | + <button class="nav-link" data-page-target="system">System Metrics</button> |
| 59 | + <button class="nav-link" data-page-target="media">Media & Tables</button> |
| 60 | + <button class="nav-link" data-page-target="reports">Alerts & Reports</button> |
| 61 | + <button class="nav-link" data-page-target="runs">Runs</button> |
| 62 | + <button class="nav-link" data-page-target="files">Files</button> |
| 63 | + <button class="nav-link" data-page-target="settings">Settings</button> |
| 64 | + --> |
54 | 65 | </div> |
55 | 66 | </nav> |
56 | 67 |
|
@@ -88,6 +99,34 @@ <h1>Traces</h1> |
88 | 99 | </table> |
89 | 100 | </div> |
90 | 101 | </section> |
| 102 | + |
| 103 | + <!-- |
| 104 | + Future page shells you may want to add: |
| 105 | +
|
| 106 | + <section class="page" data-page="system"> |
| 107 | + Build this from /api/get_system_metrics_for_run and /api/get_system_logs. |
| 108 | + </section> |
| 109 | +
|
| 110 | + <section class="page" data-page="media"> |
| 111 | + Build this from /api/get_logs, /api/get_snapshot, /api/get_project_files, and /file?path=... |
| 112 | + </section> |
| 113 | +
|
| 114 | + <section class="page" data-page="reports"> |
| 115 | + Build this from /api/get_alerts and /api/query_project. |
| 116 | + </section> |
| 117 | +
|
| 118 | + <section class="page" data-page="runs"> |
| 119 | + Build this from /api/get_runs_for_project, /api/get_run_summary, /api/delete_run, and /api/rename_run. |
| 120 | + </section> |
| 121 | +
|
| 122 | + <section class="page" data-page="files"> |
| 123 | + Build this from /api/get_project_files and /file?path=... |
| 124 | + </section> |
| 125 | +
|
| 126 | + <section class="page" data-page="settings"> |
| 127 | + Build this from /api/get_settings, /api/force_sync, and /api/get_run_mutation_status. |
| 128 | + </section> |
| 129 | + --> |
91 | 130 | </main> |
92 | 131 | </div> |
93 | 132 |
|
|
0 commit comments