Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add expose button to service deployed by the module #388

Open
hanshal101 opened this issue Jun 29, 2024 · 1 comment
Open

Add expose button to service deployed by the module #388

hanshal101 opened this issue Jun 29, 2024 · 1 comment
Assignees
Labels
typescript UI Update on the UI

Comments

@hanshal101
Copy link
Contributor

Feature Request

Add expose button to the services deployed by the module. It should expose the port and redirect to the page itself if err is not nil.
Something like this:

const [port, err] = handleExpose();
if (err !== undefined) {
  notification(err)
} else {
  window.location.href = `http://localhost:${port}`;
}
@hanshal101
Copy link
Contributor Author

I'll work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript UI Update on the UI
Projects
None yet
Development

No branches or pull requests

2 participants