Added plugin info view

- Added plugin info view
- Removed zerotier related start parameters
- Added automatic tag filter reset on tab change in http proxy page
This commit is contained in:
Toby Chui
2025-03-16 11:41:46 +08:00
parent f8270e46c2
commit 0fdfda436b
6 changed files with 334 additions and 20 deletions

View File

@@ -665,6 +665,9 @@
//Bind on tab switch events
tabSwitchEventBind["httprp"] = function(){
listProxyEndpoints();
//Reset the tag filter
$("#tagFilterDropdown").dropdown('set selected', "");
}
/* Tags & Search */