appstore id tooltip should be on the string not the table cell

This commit is contained in:
Johannes Zellner
2024-12-10 13:15:09 +01:00
parent e652456d54
commit 054275f143

View File

@@ -768,8 +768,8 @@
<td class="hand elide-table-cell" style="text-overflow: ellipsis; white-space: nowrap;" ng-click="clone.show(archive)">
{{ archive.appConfig.fqdn }}
</td>
<td class="hand elide-table-cell" style="text-overflow: ellipsis; white-space: nowrap;" tooltip-append-to-body="true" uib-tooltip="{{ archive.appConfig.manifest.id }}@{{ archive.appConfig.manifest.version }}" ng-click="clone.show(archive)">
{{ archive.appConfig.manifest.title }}
<td class="hand elide-table-cell" style="text-overflow: ellipsis; white-space: nowrap;" ng-click="clone.show(archive)">
<span uib-tooltip="{{ archive.appConfig.manifest.id }}@{{ archive.appConfig.manifest.version }}">{{ archive.appConfig.manifest.title }}</span>
</td>
<td class="hand elide-table-cell" style="text-overflow: ellipsis; white-space: nowrap;" ng-click="clone.show(archive)">
{{ archive.creationTime | prettyDate }}