From c934dde4c060d2c2d0d07f476b1904136a4138a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Markovi=C4=87?= Date: Mon, 15 Jun 2026 23:55:10 +0200 Subject: [PATCH] =?UTF-8?q?Dashboard:=20linkovi=20sa=20stat=20kartica=20na?= =?UTF-8?q?=20odgovaraju=C4=87e=20stranice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Artikala na stanju -> /magacin Aktivnih servisa -> /servis Prihod ovog meseca -> /izvestaji Kritično niska zaliha -> /magacin?kriticni=1 --- web/templates/stranice/dashboard.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/web/templates/stranice/dashboard.html b/web/templates/stranice/dashboard.html index 23f3199..e25d9e9 100644 --- a/web/templates/stranice/dashboard.html +++ b/web/templates/stranice/dashboard.html @@ -21,7 +21,7 @@ {{ end }}
- + - + {{ if index .Dozvole "dashboard.prihod" }} - + {{ end }} - + - +
@@ -100,11 +100,10 @@
Kritične zalihe - Upozorenje
{{ range .KriticneZalihe }}
-
+
{{ .Naziv }} {{ .Kolicina }} kom
@@ -136,4 +135,4 @@ {{ end }}
-{{ end }} \ No newline at end of file +{{ end }}