Adding redirect to help button in standalone GUI
Signed-off-by: colramos-amd <colramos@amd.com>
Este cometimento está contido em:
cometido por
Cole Ramos
ascendente
33e763178e
cometimento
3928f36d5e
@@ -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",
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador