diff --git a/CHANGELOG b/CHANGELOG index fd61ea1359..ca708dee75 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,8 @@ devel * fixed internal issue #2163: wrong labels within foxx validation of service input parameters +* fixed internal issue #2160: fixed misplaced tooltips in indices view + * Added exclusive option for rocksdb collections. Modifying AQL queries can now set the exclusive option as well as it can be set on JavaScript transactions. diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/indicesView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/indicesView.ejs index cc786e0dd6..d0f91daf51 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/indicesView.ejs +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/indicesView.ejs @@ -65,7 +65,7 @@ Fields: -
+
@@ -78,7 +78,7 @@ -
+
@@ -93,7 +93,7 @@ Fields: -
+
@@ -106,7 +106,7 @@ -
+
@@ -119,7 +119,7 @@ -
+
@@ -132,7 +132,7 @@ -
+
@@ -147,7 +147,7 @@ Fields: -
+
@@ -160,7 +160,7 @@ -
+
@@ -173,7 +173,7 @@ -
+
@@ -186,7 +186,7 @@ -
+
@@ -201,7 +201,7 @@ Fields: -
+
@@ -212,7 +212,7 @@ Min. length: -
+
@@ -228,7 +228,7 @@ Fields: -
+
@@ -241,7 +241,7 @@ -
+
@@ -254,7 +254,7 @@ -
+
@@ -267,7 +267,7 @@ -
+
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss index a5fe4aef04..74f3b89830 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss @@ -101,9 +101,11 @@ margin-right: 7px; } + .tooltipDiv { + margin-top: 5px; + } + .arangoicon { - float: right; - margin-right: -12px; margin-top: 5px; } }