openark / orchestrator

MySQL replication topology management and HA
Apache License 2.0
5.64k stars 933 forks source link

fix_Acknowledged_audit.ID_typo in audit-recovery.js file #1468

Open jwangace opened 1 year ago

jwangace commented 1 year ago

Related issue: https://github.com/openark/orchestrator/issues/1467

Description

Ack from the web page always error out as: returns "strconv.ParseInt: parsing \"undefined\"\: invalid syntax" This is due to a typo in the js file, corrected from audit.Id to audit.ID, which worked tested on my local web browser.

jwangace commented 1 year ago

Before Fix:

Screen Shot 2023-01-17 at 9 22 32 AM

After Fix:

Screen Shot 2023-01-17 at 9 23 54 AM