You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should ( and / and ) not be escape or at least properly routed?
Yes. Fixed by the PR above.
is there a better way to handle adding info in the label/title
The idea is to use labels for these kind of things. Label can be static, dynamic, or even streaming (see https://quarkus.io/guides/dev-ui#adding-labels). But, in your case you are using the external url feature, and that is just a predefined static label. The PR above adds a feature that allows multiple static labels.
3 i.e. should I be able to set componentName separate from the human readable title?
The componentName and the title can be different. In your case however, you are not providing a component (you are using a built-in component, called qwc-external-page)
Workaround options:
You can add this to the label, however, you will have to create a dynamic label to add both the admin/secret and the link.
Describe the bug
result in url generated to have () in it and then not work.
raises 3 questions:
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: