diff --git a/src/forge/users/CIList.jsx b/src/forge/users/CIList.jsx index 5c219c88..e84c227f 100644 --- a/src/forge/users/CIList.jsx +++ b/src/forge/users/CIList.jsx @@ -17,7 +17,7 @@ function CIList(props){ const url = `/users/${user.login}/projects.json`; axios.get(url,{ params:{ - limit , page + limit , page , category:"manage" } }).then(result=>{ if(result && result.data){ @@ -44,7 +44,7 @@ function CIList(props){ return(
  • - {item.author && item.author.name}/{item.name} + {item.name} { item.open_devops ? 已激活 :