2
0

Adding redirect to help button in standalone GUI

Signed-off-by: colramos-amd <colramos@amd.com>
Este cometimento está contido em:
colramos-amd
2024-03-28 12:10:08 -05:00
cometido por Cole Ramos
ascendente 33e763178e
cometimento 3928f36d5e
2 ficheiros modificados com 2 adições e 2 eliminações
+1 -1
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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",