make edit and execute buttons optional

This commit is contained in:
dcore94 2023-03-29 17:30:05 +02:00
parent f8ee97d6b8
commit e90d0a37d8
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ class CCPMethodList extends HTMLElement{
#filtered;
#dragged = null;
#searchfield = null;
#allowedit = false;
#allowexecute = false;
#serviceurl;