From 5163704b59d2667935b85284d33ccc04f22f7163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 13 Apr 2026 10:00:05 +0200 Subject: [PATCH] fix in code --- .../features/diff-configs/diff-configs-page.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/features/diff-configs/diff-configs-page.component.html b/frontend/src/app/features/diff-configs/diff-configs-page.component.html index b3303c0..8f3b161 100644 --- a/frontend/src/app/features/diff-configs/diff-configs-page.component.html +++ b/frontend/src/app/features/diff-configs/diff-configs-page.component.html @@ -16,7 +16,7 @@
- +
@@ -31,7 +31,7 @@ {{ 'files.compareOlder' | translate }}
- +
{{ item.file_name }} {{ item.router_name || item.router_id }} · {{ relativeAge(item.created_at) }} @@ -48,7 +48,7 @@ {{ 'files.compareNewer' | translate }}
- +
{{ item.file_name }} {{ item.router_name || item.router_id }} · {{ relativeAge(item.created_at) }}