From 8534fa34d803e2ab8ddd5b178e02e48c83be4740 Mon Sep 17 00:00:00 2001 From: Zarak Khan Date: Thu, 1 Feb 2024 15:48:50 +0500 Subject: [PATCH] File Manager --- dns/static/dns/dnsV2.js | 2 ++ dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dns/static/dns/dnsV2.js b/dns/static/dns/dnsV2.js index db8b6abb0..912795d77 100644 --- a/dns/static/dns/dnsV2.js +++ b/dns/static/dns/dnsV2.js @@ -271,6 +271,8 @@ newapp.controller('configureDefaultNameserversV2', function ($scope, $http) { newapp.controller('addModifyDNSRecordsCloudFlareV2', function ($scope, $http, $window) { + alert('Hello'); + $scope.saveCFConfigs = function () { $scope.recordsLoading = false; diff --git a/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html b/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html index e6f2ed385..cefb7ee45 100644 --- a/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html +++ b/dns/templates/dns/addDeleteDNSRecordsCloudFlareV2.html @@ -74,7 +74,7 @@