Use new logsviewer

This commit is contained in:
Johannes Zellner
2023-07-12 14:33:57 +02:00
parent caa160b3fd
commit e9f6a163d9
13 changed files with 19 additions and 19 deletions

View File

@@ -254,7 +254,7 @@
</button>
<ul class="dropdown-menu">
<li ng-repeat="task in mailLocation.tasks">
<a ng-href="/logs.html?taskId={{task.id}}" target="_blank" class="text-right">
<a ng-href="/frontend/logs.html?taskId={{task.id}}" target="_blank" class="text-right">
{{ task.ts | prettyLongDate }} <i class="fa" style="margin-left: 20px" ng-class="{ 'status-active fa-check-circle': !task.active && task.success, 'fa-circle-notch fa-spin': task.active, 'status-error fa-times-circle': !task.active && !task.success }"></i>
</a>
</li>