mirror of https://gitee.com/bigwinds/arangodb
Bug fix 3.4/internal issue 2770 (#6824)
This commit is contained in:
parent
351a10a547
commit
cfc96baf97
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue