-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Include feature flags for all plugins using src attributes #6304
Conversation
7694e64
to
62fe3ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed offline that there are more places where this query param will need to be set. We agreed to come up with some way to encapsulate the logic so it doesn't have to be repeated everywhere.
4e03aed
to
47eba7d
Compare
@bmd3k as discussed offline, added a |
@bmd3k I've updated this PR to include all instances of URLs being generated with |
tensorboard/plugins/hparams/tf_hparams_backend/tf-hparams-backend.ts
Outdated
Show resolved
Hide resolved
Updates the individual image/audio HTML elements to include client feature flags as query parameters on their src attributes.
8a00428
to
9969dec
Compare
…w#6304) Updates individual HTML elements to include client feature flags as query parameters on their src attributes. Validated via a local tensorboard that the requests generated from these elements include the client feature flags as query parameters.
Updates individual HTML elements to include client feature flags as query parameters on their src attributes.
Validated via a local tensorboard that the requests generated from these elements include the client feature flags as query parameters.