mirror of https://gitee.com/bigwinds/arangodb
fixed tooltip for upload
This commit is contained in:
parent
4aea49e611
commit
616206531a
|
@ -556,7 +556,7 @@ var documentsView = Backbone.View.extend({
|
|||
placement: "left"
|
||||
});
|
||||
|
||||
$('.glyphicon').tooltip({
|
||||
$('.glyphicon, .arangoicon').tooltip({
|
||||
placement: "top"
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue