Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor action-list.js issues #810

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Fix minor action-list.js issues #810

merged 2 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. action-list.js: Activate list item depending on detail url

    - Fix that when we select an list item (comment/downtime...) in the detail view, an Auto or manual container refresh cannot activate the list item again. This happens when multiple action lists exists in detail view and the selected item is not from the first available action list.
    sukhwinder33445 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    79d89f9 View commit details
    Browse the repository at this point in the history
  2. action-list.js: Fix console error

    - The browser cannot differ between auto-completed input and user input, which causes the onKeydown function to be triggered when browser suggestions for an input field are selected.
    sukhwinder33445 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b99bec8 View commit details
    Browse the repository at this point in the history