Skip to content

Commit 3062e3e

Browse files
committed
fix: [image engine] fix image description tooltip
1 parent 3f17e60 commit 3062e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/www/templates/objects/image/block_img_ollama_small.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if ollama_enabled or ollama_description %}
22
<span>
33
{% if ollama_description %}
4-
<i class="fa-solid fa-circle-info fa-2x" style="color: #c0bfbc;" onmouseenter="show_text_tooltip(this, '{{ ollama_description | tojson }}')" onmouseleave="hide_obj_tooltip(this)"></i>
4+
<i class="fa-solid fa-circle-info fa-2x" style="color: #c0bfbc;" onmouseenter="show_text_tooltip(this, '{{ ollama_description }}')" onmouseleave="hide_obj_tooltip(this)"></i>
55
{% elif ollama_enabled %}
66
<span>
77
<a class="btn btn-info" href="{{ url_for('objects_item.image_describe') }}?gid={{ image_gid }}"><i class="fa-solid fa-magnifying-glass-plus"></i> 📝</a>

0 commit comments

Comments
 (0)