Skip to content

Commit

Permalink
Fixed navigation bug in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsikgi committed Nov 23, 2021
1 parent 06ed6cd commit 25ebdbf
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 40 deletions.
2 changes: 1 addition & 1 deletion frontend/src/hosts/components/KubernetesHexagon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class KubernetesHexagon extends PureComponent<Props, State> {

private clickedOnce = false
private timeout = null
private timer = 200
private timer = 500

constructor(props: Props) {
super(props)
Expand Down
Loading

0 comments on commit 25ebdbf

Please sign in to comment.