Bug ID 1009093: GUI widgets pages are not functioning correctly

Last Modified: Feb 07, 2024

Affected Product(s):
BIG-IP ASM, AVR(all modules)

Known Affected Versions:
16.1.0, 15.1.4, 15.1.3, 15.1.2

Fixed In:
17.0.0, 16.1.2.1, 15.1.5

Opened: Apr 06, 2021

Severity: 2-Critical

Symptoms

Some links and drop-down fields are not available for 'pressing/clicking' on AVR-GUI widgets pages

Impact

Cannot use AVR GUI pages correctly

Conditions

AVR/ASM is provisioned

Workaround

1. Back up the following file, and then edit it: /var/ts/dms/amm/templates/overview.tpl 1.a. Remove the following line: <script type="text/javascript" src="script/analytics_stats.js{{BIGIP_BUILD_VERSION_JS}}"></script> 1.b. Add the following lines after the 'var _default_smtp = '{{smtp_mailer}}';' line: $(document).ready(function() { if(!window.AVR_LOCALIZATION) return; $('.need-localization-avr').each(function() { var item = $(this); if (item.is("input")) { var key = "avr." + item.val().replace(/\s/g, ''); item.val(window.AVR_LOCALIZATION[key] || item.val()); } else { var key = "avr." + item.text().replace(/\s/g, ''); item.text(window.AVR_LOCALIZATION[key] || item.text()); } }).removeClass('need-localization-avr'); }); 1.c. Save and exit (might require the 'force' save with root user). 2. Log out of the GUI. 3. Log back in.

Fix Information

GUI widgets pages now function correctly.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips