From 80541239ecfa46a805481e0ef2fa28c6e83a82d4 Mon Sep 17 00:00:00 2001 From: Jan Krcmar Date: Wed, 15 Apr 2026 17:29:08 +0200 Subject: [PATCH] fix template clone icon replaced with copy icon --- instances/templates/instance_actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/templates/instance_actions.html b/instances/templates/instance_actions.html index ebd4ac2..ccdcfda 100644 --- a/instances/templates/instance_actions.html +++ b/instances/templates/instance_actions.html @@ -4,7 +4,7 @@ {% if instance.proxy.instance.info.0 == 5 %} {% if instance.is_template %} - {% bs_icon 'clone' %} + {% bs_icon 'copy' %} {% else %}