chore: grafana entry

This commit is contained in:
jialin
2026-02-06 14:27:05 +08:00
parent 7f3d6bb55f
commit 4ff5b3e05a
6 changed files with 26 additions and 12 deletions
+1 -2
View File
@@ -170,8 +170,7 @@ const Models: React.FC<ModelsProps> = ({
const { watchDataList: targetList } = useWatchList(MODEL_ROUTE_TARGETS);
const { goToGrafana, ActionButton } = useGranfanaLink({
type: 'model',
dataList: dataSource || []
type: 'model'
});
const [openLogModal, setOpenLogModal] = useState(false);