diff --git a/src/web/components/httprp.html b/src/web/components/httprp.html index 1464e38..cdb9873 100644 --- a/src/web/components/httprp.html +++ b/src/web/components/httprp.html @@ -417,6 +417,7 @@ + `); $(".hostAccessRuleSelector").dropdown(); @@ -613,4 +614,12 @@ tabSwitchEventBind["httprp"] = function(){ listProxyEndpoints(); } + + function editTags(uuid){ + let payload = encodeURIComponent(JSON.stringify({ + ept: "host", + ep: uuid + })); + showSideWrapper("snippet/tagEditor.html?t=" + Date.now() + "#" + payload); + } \ No newline at end of file diff --git a/src/web/snippet/tagEditor.html b/src/web/snippet/tagEditor.html new file mode 100644 index 0000000..e4c5a32 --- /dev/null +++ b/src/web/snippet/tagEditor.html @@ -0,0 +1,77 @@ + + + + + + + + + + + +
+
+
+ Edit Tags +
+
+
+
+

Enter tags for this proxy host. Use commas to separate multiple tags.

+
+
+ + +
+ + +
+
+ + + \ No newline at end of file