Merge branch 'redisign' of http://git.enode/deployer3000/trust-module-frontend into redisign
commit
f55fb2df56
File diff suppressed because it is too large
Load Diff
|
|
@ -141,11 +141,11 @@ 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 />
|
||||
<ProfileMenu user={user} onLogout={onLogout} />
|
||||
|
|
|
|||
|
|
@ -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: 'Критично' }
|
||||
]
|
||||
|
||||
};
|
||||
|
||||
// Конфигурация для метрики приложений (одна линия)
|
||||
|
|
|
|||
Loading…
Reference in New Issue