remove unused function

This commit is contained in:
Girish Ramakrishnan
2024-04-25 14:50:02 +02:00
parent cae2bfbdc2
commit 53ad3902ac
2 changed files with 0 additions and 18 deletions

View File

@@ -38,15 +38,6 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
{ name: 'Network Interface', value: 'network-interface' }
];
$scope.prettySysinfoProviderName = function (provider) {
switch (provider) {
case 'generic': return 'Public IP';
case 'fixed': return 'Static IP Address';
case 'network-interface': return 'Network Interface';
default: return 'Unknown';
}
};
$scope.ovhEndpoints = ENDPOINTS_OVH;
$scope.needsPort80 = function (dnsProvider, tlsProvider) {