pull/56/head
SovietSpiderCat 2025-08-07 04:45:21 +03:00
commit f55fb2df56
3 changed files with 2064 additions and 3643 deletions

5695
package-lock.json generated Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -141,13 +141,13 @@ const Dashboard = ({ isDarkMode, setIsDarkMode, user, onLogout }) => {
top: 12,
right: 20,
zIndex: (theme) => theme.zIndex.tooltip + 10,
pointerEvents: 'auto', //ВРЕМЕННОЕ РАСПОЛОЖЕНИЕ КНОПКИ
pointerEvents: 'auto',
display: 'flex',
gap: 1,
alignItems: 'center'
}}
}}//ВРЕМЕННОЕ РАСПОЛОЖЕНИЕ КНОПКИ
>
<AIAnalysisButton />
<AIAnalysisButton />
<ProfileMenu user={user} onLogout={onLogout} />
</Box>

View File

@ -30,11 +30,7 @@ const TabContent = ({ activeTab, tabs, statusHistories, treeData1, tabContent, h
description: "Уровень надежности системы",
multipleLines: true,
lineKey: "device",
ranges: [
{ value: 15, color: 'green', label: 'Оптимально' },
{ value: 10, color: 'orange', label: 'Предупреждение' },
{ value: 5, color: 'red', label: 'Критично' }
]
};
// Конфигурация для метрики приложений (одна линия)