@@ -25,7 +25,7 @@ const columns: Column[] = [{
}
else if (args.text === NotificationTypeT.Info) {
return (
- <Tag color="info">
+ <Tag color="blue">
{$gettext('Info')}
</Tag>
)
@@ -197,7 +197,7 @@ function handleBatchUpdated() {
env_group_id: envGroupId,
}"
@click-edit="r => $router.push({
- path: `/streams/${r}`,
+ path: `/streams/${encodeURIComponent(r)}`,
})"
@click-batch-modify="handleClickBatchEdit"
>