Skip to content

Commit

Permalink
Merge pull request #115 from HeriLFIU/release/2024.1.2
Browse files Browse the repository at this point in the history
Backport StatusMenu Visibility Fix to 2024.1.2
  • Loading branch information
viniarck authored Oct 25, 2024
2 parents 5193b1e + c4f695c commit b67f49d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ All notable changes to the Kytos-NG UI project will be documented in this file.
UNRELEASED - Under development
******************************

[2024.1.2] - 2024-10-25
***********************

Changed
=======
- [backport] MenuBar now clears Infopanels before switching to a new item for better visibility.

[2024.1.1] - 2024-10-08
***********************

Changed
=======
- Fixed Enter key handler on InputAutocomplete (k-input-auto)
- [backport] Added confirmation modal when enabling/disabling interfaces
- [backport] Added confirmation modal when enabling/disabling interfaces.

[2024.1.0] - 2024-08-16
***********************
Expand Down Expand Up @@ -222,4 +229,4 @@ Fixed

Fixed
=====
- Fixed accordion arrows directions
- Fixed accordion arrows directions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kytos-web-ui",
"description": "Kytos-NG Web-ui project",
"version": "2024.1.1",
"version": "2024.1.2",
"author": "Beraldo Leal <[email protected]>",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/components/kytos/misc/Menubar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default {
this.$kytos.eventBus.$emit('topology-toggle-label', type, label)
},
setItem (item) {
this.$kytos.eventBus.$emit("hideInfoPanel")
this.activeItem = item
$(".k-toolbar").show();
Expand Down

0 comments on commit b67f49d

Please sign in to comment.