Open utsumi-fj opened 1 month ago
while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 20; done
2.3.0
For the first time, when clicking a node of the pipeline DAG, the detailed information is displayed on the right side of the screen as follows.
To reproduce this issue, please close the detailed information by clicking the cross mark button as follows.
After closing the detailed information, when clicking the same node again, the detailed information is not displayed as follows.
To show the detailed information of the node again, it is needed to click the other node previously.
The detailed information of the node should be displayed even when clicking the node consecutively.
Impacted by this bug? Give it a 👍.
Environment
How did you deploy Kubeflow Pipelines (KFP)?
while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 20; done
KFP version:
2.3.0
Steps to reproduce
1. Click a node of the pipeline DAG.
For the first time, when clicking a node of the pipeline DAG, the detailed information is displayed on the right side of the screen as follows.
2. Close the detailed information.
To reproduce this issue, please close the detailed information by clicking the cross mark button as follows.
3. Click the same node again.
After closing the detailed information, when clicking the same node again, the detailed information is not displayed as follows.
To show the detailed information of the node again, it is needed to click the other node previously.
Expected result
The detailed information of the node should be displayed even when clicking the node consecutively.
Impacted by this bug? Give it a 👍.