Skip to content

Commit

Permalink
add node selector to app and project managed services
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtCoder19 committed Mar 4, 2024
1 parent 7ad4ba5 commit 1372468
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const AppCompute = () => {
const api = useConsoleApi();
const {cluster} = useOutletContext<IAppContext>()

console.log("cluster", parseName(cluster))

const {
data,
Expand All @@ -69,7 +68,6 @@ const AppCompute = () => {
return api.listNodePools({clusterName: parseName(cluster)})
})

console.log("np", nodepoolData)
const { values, errors, handleChange, isLoading, submit } = useForm({
initialValues: {
imageUrl: app.spec.containers[activeContIndex]?.image || '',
Expand Down

0 comments on commit 1372468

Please sign in to comment.