diff --git a/omeroweb/webclient/templates/webclient/annotations/metadata_general.html b/omeroweb/webclient/templates/webclient/annotations/metadata_general.html index 477ad94350..2329d61954 100644 --- a/omeroweb/webclient/templates/webclient/annotations/metadata_general.html +++ b/omeroweb/webclient/templates/webclient/annotations/metadata_general.html @@ -149,12 +149,14 @@ var repo = data.repo, client = data.client, html = ""; - let title = `Fileset ID: ${data.fileset.id} contains ${repo.length} Image file${ repo.length>1 ? "s" : ""}:` - $panel_title.html(title); + $panel_title.html("Fileset Info"); + + html += `

Fileset ID: ${data.fileset.id}

` + + html += `

File count: ${repo.length}

` if (importTransfer) { - html += "

Imported with --transfer="+ importTransfer; - html += "


"; + html += "

Imported with: --transfer="+ importTransfer + "

"; } html += "

Imported from:

";