opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
/
pages
➕ New
📤 Upload
✎ Editing:
logs.html
← Back
<div id="logsPageMarker" /> <div class="taskDescription" id="description" ic_height="30" style="display:none;"> <span class="res:DESCR_LOGS">DESCR_LOGS</span> <div class="er"><a href="javascript:hideDescr()" class="link res:LABEL_HIDE_DESCRIPTION">LABEL_HIDE_DESCRIPTION</a></div> </div> <table class="w100"> <tr> <td class="cont"> <div id="searchForm"> </div> <table class="content_noFon" cellspacing="0"> <tr> <td class="el links vc"> <a id="refreshButton" class="refresh res:SEARCH_MODEL_REFRESH_LINK"></a> </td> <td class="er vc"> <span class="res:SEARCH_MODEL_SHOW_LINES" /> <select id="pageLines"> <option value="10">10</option> <option value="20">20</option> <option value="50">50</option> <option value="100">100</option> <option value="1000">1000</option> </select> <span id="resultTotal"></span> <input type="button" value="«" id="firstPageButton" /> <input type="button" value="<" id="prevPageButton"/> <input type="button" value=">" id="nextPageButton"/> <input type="button" value="»" id="lastPageButton" /> </td> </tr> </table> <table class="w100 tabl" id="resultTable"> <tr class="title"> <td class="res:LOGS_TABLE_EVENT"></td> <td class="res:LOGS_TABLE_SEVERITY"></td> <td class="res:LOGS_TABLE_TASK"></td> <td class="res:LOGS_TABLE_INFO"></td> <td class="w1 res:LOGS_TABLE_TIME"></td> </tr> </table> </td> </tr> </table> <script type="text/javascript" language="javascript"> var searchForm = new SearchObjectsForm(); searchForm.name = 'logs'; searchForm.simplePage = 'pages/logs_search.html'; searchForm.fireResultItem = logsPage_fireResultItem; searchForm.getSimpleSearchParams = function() { var params = {}; params.taskId = ($('#searchTaskId').val() || 'All'); params.startTime = parseInt($('#startTime').attr('ic_unixtime')); params.endTime = parseInt($('#endTime').attr('ic_unixtime')) params.showSeverityInfo = $('#show_severity_info:checked').length; params.showSeverityWarning = $('#show_severity_warning:checked').length; params.showSeverityCritical = $('#show_severity_critical:checked').length; misc_validateStartEndTime( params.startTime, params.endTime ); return params; } searchForm.searchFunc = function(params, callback) { ic.searchLogs(params, callback); } searchForm.run() if(ic.storage.get('show_'+window.location.hash.split('/',2)[0].substr(1)+'_descr') === 'true' || ic.storage.get('show_'+window.location.hash.split('/',2)[0].substr(1)+'_descr') == null) $('#description').css('display',''); </script>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel