mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Add missing logging messages
This commit is contained in:
@@ -277,6 +277,8 @@ log_apply_bfics=Activated $1 boot-time interfaces
|
||||
log_create_route=Created active route for $1
|
||||
log_create_defroute=Created active default route
|
||||
log_delete_routes=Deleted $1 active routes
|
||||
log_delete_aifcs=Deactivated $1 interfaces
|
||||
log_delete_bifcs=Deleted $1 interfaces
|
||||
|
||||
acl_ifcs=Can edit network interfaces?
|
||||
acl_routes=Can edit routing and gateways?
|
||||
|
||||
@@ -41,6 +41,9 @@ elsif ($type eq 'route' && $action eq 'create') {
|
||||
elsif ($type eq 'routes' && $action eq 'delete') {
|
||||
return &text('log_delete_routes', $object);
|
||||
}
|
||||
elsif ($type eq 'aifcs' || $type eq 'bifcs') {
|
||||
return &text('log_'.$action.'_'.$type, $object);
|
||||
}
|
||||
else {
|
||||
return undef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user