mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-09 14:08:41 +00:00
fix lang import sorting
This commit is contained in:
parent
222ad0e57d
commit
b146f9c2ed
|
|
@ -28,6 +28,7 @@ return ['Monitoring' => [
|
||||||
'Errors' => '',
|
'Errors' => '',
|
||||||
'Exception' => '',
|
'Exception' => '',
|
||||||
'File' => '',
|
'File' => '',
|
||||||
|
'Files' => '',
|
||||||
'Info' => '',
|
'Info' => '',
|
||||||
'Inspect' => '',
|
'Inspect' => '',
|
||||||
'Inspection' => '',
|
'Inspection' => '',
|
||||||
|
|
@ -42,8 +43,8 @@ return ['Monitoring' => [
|
||||||
'Notices' => '',
|
'Notices' => '',
|
||||||
'OK' => '',
|
'OK' => '',
|
||||||
'OS' => '',
|
'OS' => '',
|
||||||
'Penetrators' => '',
|
|
||||||
'PHPSettings' => '',
|
'PHPSettings' => '',
|
||||||
|
'Penetrators' => '',
|
||||||
'RAMUsage' => '',
|
'RAMUsage' => '',
|
||||||
'Release' => '',
|
'Release' => '',
|
||||||
'Report' => '',
|
'Report' => '',
|
||||||
|
|
@ -59,5 +60,4 @@ return ['Monitoring' => [
|
||||||
'Uri' => '',
|
'Uri' => '',
|
||||||
'Version' => '',
|
'Version' => '',
|
||||||
'Warnings' => '',
|
'Warnings' => '',
|
||||||
'Files' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ return ['Monitoring' => [
|
||||||
'Errors' => 'Errors',
|
'Errors' => 'Errors',
|
||||||
'Exception' => 'Exception',
|
'Exception' => 'Exception',
|
||||||
'File' => 'File',
|
'File' => 'File',
|
||||||
|
'Files' => '',
|
||||||
'Info' => 'Info',
|
'Info' => 'Info',
|
||||||
'Inspect' => 'Inspect',
|
'Inspect' => 'Inspect',
|
||||||
'Inspection' => 'Inspection',
|
'Inspection' => 'Inspection',
|
||||||
|
|
@ -42,8 +43,8 @@ return ['Monitoring' => [
|
||||||
'Notices' => 'Notices',
|
'Notices' => 'Notices',
|
||||||
'OK' => 'OK',
|
'OK' => 'OK',
|
||||||
'OS' => 'OS',
|
'OS' => 'OS',
|
||||||
'Penetrators' => 'Penetrators',
|
|
||||||
'PHPSettings' => 'PHP Settings',
|
'PHPSettings' => 'PHP Settings',
|
||||||
|
'Penetrators' => 'Penetrators',
|
||||||
'RAMUsage' => 'RAM Usage',
|
'RAMUsage' => 'RAM Usage',
|
||||||
'Release' => 'Release',
|
'Release' => 'Release',
|
||||||
'Report' => 'Report',
|
'Report' => 'Report',
|
||||||
|
|
@ -59,5 +60,4 @@ return ['Monitoring' => [
|
||||||
'Uri' => 'Uri',
|
'Uri' => 'Uri',
|
||||||
'Version' => 'Version',
|
'Version' => 'Version',
|
||||||
'Warnings' => 'Warnings',
|
'Warnings' => 'Warnings',
|
||||||
'Files' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user