From 11f6ecc008c9467bf0a182505d843269523fbc5f Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 28 Mar 2023 11:49:21 +0200 Subject: [PATCH] name fixes --- ccp/js/infrastructurelistcontroller.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccp/js/infrastructurelistcontroller.js b/ccp/js/infrastructurelistcontroller.js index 91be79f..5d76d17 100644 --- a/ccp/js/infrastructurelistcontroller.js +++ b/ccp/js/infrastructurelistcontroller.js @@ -122,7 +122,7 @@ class CCPInfrastructureList extends HTMLElement{
Infrastructures
-
+
@@ -130,14 +130,14 @@ class CCPInfrastructureList extends HTMLElement{
-
` - this.#rootdoc.querySelector(".ccp_infrastructure_toolbar").addEventListener("click", ev=>{ + this.#rootdoc.querySelector(".ccp-infrastructure-toolbar").addEventListener("click", ev=>{ const evname = ev.target.getAttribute("name") switch(evname){ case "refresh":