From 1bbf31df9f61d92c5343e7867567171b6655c4de Mon Sep 17 00:00:00 2001 From: AAA Date: Sat, 22 Feb 2025 13:15:14 +0330 Subject: feat(externalTrafficJob): External Traffic Inform (#2660) * Add Setting entity + GUI field in panel settings * Add a missing 'Traffic' in InformEnabale field * Add ExternalTrafficURL Post request call * Add translation + cleanup * Move options to General tab --------- Co-authored-by: root Co-authored-by: root --- web/assets/js/model/setting.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/assets') diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 8e010598..4c15f420 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -31,6 +31,8 @@ class AllSetting { this.subPath = "/sub/"; this.subJsonPath = "/json/"; this.subDomain = ""; + this.externalTrafficInformEnable = false; + this.externalTrafficInformURI = ""; this.subCertFile = ""; this.subKeyFile = ""; this.subUpdates = 12; -- cgit v1.2.3