Adding redirect to help button in standalone GUI

Signed-off-by: colramos-amd <colramos@amd.com>
Этот коммит содержится в:
colramos-amd
2024-03-28 12:10:08 -05:00
коммит произвёл Cole Ramos
родитель 33e763178e
Коммит 3928f36d5e
2 изменённых файлов: 2 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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",