network: ipv4 can be disabled

This commit is contained in:
Girish Ramakrishnan
2024-04-25 14:48:17 +02:00
parent dbf66b8e89
commit f6e4f1aefc
5 changed files with 23 additions and 14 deletions

View File

@@ -33,6 +33,7 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
};
$scope.sysinfoProvider = [
{ name: 'Disabled', value: 'noop' },
{ name: 'Public IP', value: 'generic' },
{ name: 'Static IP Address', value: 'fixed' },
{ name: 'Network Interface', value: 'network-interface' }