From fbd81404e7767d706aa6161cc15880db28d589cb Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 21 Jan 2022 09:28:04 +0100 Subject: [PATCH] [New] Added ExecutionPolicy info to action inspector --- bower.json | 2 +- strolch-wc-control.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 68855ca..fb2709b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-inspector", "description": "Strolch WebComponent Inspector", - "version": "0.23.0", + "version": "0.23.1", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-control.html b/strolch-wc-control.html index 021654c..451305d 100644 --- a/strolch-wc-control.html +++ b/strolch-wc-control.html @@ -244,6 +244,10 @@ Resource: Resource/[[selectedItem.resourceType]]/[[selectedItem.resourceId]] + + Policy: + [[selectedItem.executionPolicy]] +