diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6142599..66b9b65 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ All notable changes to the sdntrace_cp NApp will be documented in this file. [UNRELEASED] - Under development ******************************** +Changed +======= +- Updated watchers + +Added +===== +- Inputs used for display only were disabled + [2024.1.0] - 2024-07-23 *********************** diff --git a/ui/k-info-panel/show_trace_results.kytos b/ui/k-info-panel/show_trace_results.kytos index c851d42..5ffa241 100644 --- a/ui/k-info-panel/show_trace_results.kytos +++ b/ui/k-info-panel/show_trace_results.kytos @@ -62,8 +62,11 @@ module.exports = { } }, watch: { - content: function() { - this.get_data(); + content: { + handler: function() { + this.get_data(); + }, + deep: true } }, created() { diff --git a/ui/k-toolbar/main.kytos b/ui/k-toolbar/main.kytos index 677ff3a..ee7e8d4 100644 --- a/ui/k-toolbar/main.kytos +++ b/ui/k-toolbar/main.kytos @@ -14,7 +14,7 @@ @blur="onblur_dpids" >{{ dpid }} - {{ dpid_display }} {{ in_port }} - {{ port_name }}