beta 2.0
This commit is contained in:
@@ -127,14 +127,3 @@ async function refreshLogs() {
|
||||
console.error('Ошибка при обновлении логов:', error);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function getAlertIcon(type) {
|
||||
const icons = {
|
||||
'success': 'bi-check-circle-fill',
|
||||
'warning': 'bi-exclamation-triangle-fill',
|
||||
'danger': 'bi-x-circle-fill',
|
||||
'info': 'bi-info-circle-fill'
|
||||
};
|
||||
return icons[type] || 'bi-info-circle-fill';
|
||||
}
|
||||
Reference in New Issue
Block a user