Mercurial > hg > orthanc
changeset 5242:c60a7fc95f04 db-protobuf
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Apr 2023 21:17:43 +0200 |
parents | efaeec259623 |
children | f00811d14348 |
files | OrthancServer/OrthancExplorer/explorer.js |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/OrthancExplorer/explorer.js Wed Apr 05 20:14:59 2023 +0200 +++ b/OrthancServer/OrthancExplorer/explorer.js Wed Apr 05 21:17:43 2023 +0200 @@ -717,6 +717,8 @@ nodeLabels.empty(); if (labels.length > 0) { + nodeLabels.css('display', 'block'); + for (var i = 0; i < labels.length; i++) { var removeButton = $('<button>').text('X').attr('title', 'Remove label "' + labels[i] + '"');