Skip to content

Commit

Permalink
Merge pull request #533 from kytos-ng/hotfix/issue_525
Browse files Browse the repository at this point in the history
backport/hotfix for issue #525 into 2023.2 -- fix premature submit when press Enter while choosing endpoints for EVC creation
  • Loading branch information
italovalcy authored Oct 8, 2024
2 parents 3680aeb + 07a57e2 commit d3910de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ All notable changes to the MEF_ELine NApp will be documented in this file.
[Unreleased]
************

[2023.2.3] - 2024-10-04
[2023.2.3] - 2024-10-07
***********************

Changed
=======
- Optimized logging message of interface Link Up event to be generated only once instead of for each EVC
- UI: fixed premature submit when pressing Enter during autocomplete on inputs

[2023.2.2] - 2024-06-06
***********************
Expand Down
2 changes: 1 addition & 1 deletion ui/k-toolbar/main.kytos
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@
</div>
</k-accordion-item>
</span>
</form>
<k-button tooltip="Request Circuit" title="Request Circuit"
icon="gear" :on_click="request_circuit">
</k-button>
<k-accordion-item title="List EVCs">
<k-button tooltip="List installed EVC" title="List installed EVC"
icon="plug" :on_click="viewPanel">
</k-button>
</form>
</k-accordion-item>
</k-accordion>
</div>
Expand Down

0 comments on commit d3910de

Please sign in to comment.