1
0
Fork 0

Bug fix 3.4/internal issue 2770 (#6824)

This commit is contained in:
Heiko 2018-10-11 15:39:47 +02:00 committed by Jan
parent 351a10a547
commit cfc96baf97
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
v3.4.0-rc.3 (XXXX-XX-XX)
------------------------
* fix internal issue #2770: the Query Profiling modal dialog in the Web UI
was slightly malformed.
* fix internal issue #2035: the Web UI now updates its indices view to check
whether new indices exist or not.

View File

@ -2396,7 +2396,7 @@
queryProfile.append(
'<i class="fa fa-close closeProfile"></i>' +
'<span class="profileHeader">Profiling information</span>' +
'<div class="pure-g pure-table pure-table-body"></div>' +
'<div class="pure-g pure-table pure-table-body" style="width: auto;"></div>' +
'<div class="prof-progress"></div>' +
'<div class="prof-progress-label"></div>' +
'<div class="clear"></div>'