Merge remaining frontend into dashboard

This commit is contained in:
Johannes Zellner
2024-10-04 21:37:17 +02:00
parent 9d7f12952d
commit 9f06b91399
528 changed files with 116 additions and 2658 deletions

View File

@@ -285,7 +285,7 @@
</button>
<ul class="dropdown-menu">
<li ng-repeat="task in dyndnsConfigure.tasks">
<a ng-href="/frontend/logs.html?taskId={{task.id}}" target="_blank" class="text-right">
<a ng-href="/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>