Adding redirect to help button in standalone GUI

Signed-off-by: colramos-amd <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 3928f36d5e]
Dieser Commit ist enthalten in:
colramos-amd
2024-03-28 12:10:08 -05:00
committet von Cole Ramos
Ursprung fad337db06
Commit e55b9b1d34
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
@@ -138,7 +138,7 @@ latex_elements = {
# Output file base name for HTML help builder.
htmlhelp_basename = "Omniperfdoc"
html_logo = 'images/amd-header-logo.svg'
html_logo = "images/amd-header-logo.svg"
html_theme_options = {
"analytics_id": "G-C5DYLCE9ED", # Provided by Google in your dashboard
"analytics_anonymize_ip": False,
@@ -299,7 +299,7 @@ def get_header(raw_pmc, input_filters, kernel_names):
children=[
# Report bug button
html.A(
href="",
href="https://github.com/ROCm/omniperf/issues",
children=[
html.Button(
className="report",