Adding redirect to help button in standalone GUI

Signed-off-by: colramos-amd <colramos@amd.com>
Tento commit je obsažen v:
colramos-amd
2024-03-28 12:10:08 -05:00
odevzdal Cole Ramos
rodič 33e763178e
revize 3928f36d5e
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -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,
+1 -1
Zobrazit soubor
@@ -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",