We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f2466 commit 89b0f0dCopy full SHA for 89b0f0d
1 file changed
JavaMonitorPlus/server/src/main/resources/templates/index.html
@@ -29,7 +29,7 @@
29
<a class="" href="javascript:void(0)"><i class="layui-icon"></i> <span th:text="${item.get('address').name}"></span></a>
30
<dl class="layui-nav-child" th:each="j:${item.get('jps')}">
31
<dd>
32
- <a th:onclick="'step(\''+${item.get('address').address}+'\','+${j.key}+')'" href="javascript:void(0)" th:text="${j.value.smallName}"></a>
+ <a th:onclick="'step(\''+${item.get('address').address}+'\','+${j.key}+')'" href="javascript:void(0)" th:text="${j.value.smallName}" th:title="${j.value.smallName}"></a>
33
</dd>
34
</dl>
35
</li>
@@ -82,4 +82,4 @@
82
}
83
</script>
84
</body>
85
-</html>
+</html>
0 commit comments