Last Modified: May 29, 2024
Affected Product(s):
BIG-IP ASM, AVR
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
Some links and drop-down fields are not available for 'pressing/clicking' on AVR-GUI widgets pages
Cannot use AVR GUI pages correctly
AVR/ASM is provisioned
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.
GUI widgets pages now function correctly.