From ad196173d088f4ba9ebb2cb64c1f013694ffe02d Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Sun, 10 Aug 2025 22:13:53 +0200 Subject: [PATCH] chore(gui): remove redundant "authenticated" conditions from Actions menu (#10235) (#10237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore(gui): remove redundant "authenticated" conditions from Actions menu (#10235) Due to previous code changes, the whole Actions menu is only available when the user is logged in. As such, there is no reason to have the same ng-if="authenticated" condition repeated in other items belonging to it. Signed-off-by: Tomasz Wilczyński Signed-off-by: Tomasz Wilczyński --- gui/default/index.html | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index 4a59693df..9e99873b8 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -115,19 +115,16 @@