src: sync and style after refactor

This commit is contained in:
Franco Fichtner 2025-02-03 12:47:47 +01:00
parent 163cbd2735
commit e19e1edff3
5 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,6 @@ Copyright (c) 2014-2024 Ad Schellevis <ad@opnsense.org>
Copyright (c) 2017 Alexander Shursha <kekek2@ya.ru>
Copyright (c) 2004 Bachman Kharazmi
Copyright (c) 2005-2008 Bill Marquette <bill.marquette@gmail.com>
Copyright (c) 2003-2005 Bob Zoller <bob@kludgebox.com>
Copyright (c) 2012 Carlos Cesario <carloscesario@gmail.com>
Copyright (c) 2024 Cedrik Pischem
Copyright (c) 2005-2006 Colin Smith <ethethlay@gmail.com>

View File

@ -40,4 +40,4 @@ class ServiceController extends ApiMutableServiceControllerBase
//protected static $internalServiceTemplate = 'OPNsense/Dnsmasq';
protected static $internalServiceEnabled = 'enable';
protected static $internalServiceName = 'dnsmasq';
}
}

View File

@ -84,4 +84,4 @@ class SettingsController extends ApiMutableModelControllerBase
{
return $this->delBase('domainoverride', $uuid);
}
}
}

View File

@ -39,4 +39,4 @@ class IndexController extends \OPNsense\Base\IndexController
$this->view->formGridDomainOverride = $this->getFormGrid("dialogDomainOverride");
$this->view->pick('OPNsense/Dnsmasq/index');
}
}
}

View File

@ -113,4 +113,4 @@
<type>text</type>
<help>The domain name to use for DHCP hostname registration. If empty, the default system domain is used. Note that all DHCP leases will be assigned to the same domain. If this is undesired, static DHCP lease registration is able to provide coherent mappings.</help>
</field>
</form>
</form>