Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ const ModelAnalyticsTab = ({

return (
<TabPanel>
<div className="mb-4 rounded-md border border-red-500 bg-red-50 p-4">
<Text className="font-semibold text-red-700">
This page is deprecated and will be removed in the future. Some functionality may not work as expected.
</Text>
</div>
<Grid numItems={4} className="mt-2 mb-2">
<Col>
<UsageDatePicker
Expand Down
Loading