mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
System/Trust/Certificates - oops, there is no toggle on certs...
This commit is contained in:
parent
7fa69acbdc
commit
16a6dcbd4c
1 changed files with 0 additions and 4 deletions
|
|
@ -205,10 +205,6 @@ class CertController extends ApiMutableModelControllerBase
|
|||
}
|
||||
return ['status' => 'failed'];
|
||||
}
|
||||
public function toggleAction($uuid, $enabled = null)
|
||||
{
|
||||
return $this->toggleBase('cert', $uuid, $enabled);
|
||||
}
|
||||
|
||||
public function caInfoAction($caref)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue