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,13 +141,13 @@ const Dashboard = ({ isDarkMode, setIsDarkMode, user, onLogout }) => {
|
||||||
top: 12,
|
top: 12,
|
||||||
right: 20,
|
right: 20,
|
||||||
zIndex: (theme) => theme.zIndex.tooltip + 10,
|
zIndex: (theme) => theme.zIndex.tooltip + 10,
|
||||||
pointerEvents: 'auto', //ВРЕМЕННОЕ РАСПОЛОЖЕНИЕ КНОПКИ
|
pointerEvents: 'auto',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
gap: 1,
|
gap: 1,
|
||||||
alignItems: 'center'
|
alignItems: 'center'
|
||||||
}}
|
}}//ВРЕМЕННОЕ РАСПОЛОЖЕНИЕ КНОПКИ
|
||||||
>
|
>
|
||||||
<AIAnalysisButton />
|
<AIAnalysisButton />
|
||||||
<ProfileMenu user={user} onLogout={onLogout} />
|
<ProfileMenu user={user} onLogout={onLogout} />
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,11 +30,7 @@ const TabContent = ({ activeTab, tabs, statusHistories, treeData1, tabContent, h
|
||||||
description: "Уровень надежности системы",
|
description: "Уровень надежности системы",
|
||||||
multipleLines: true,
|
multipleLines: true,
|
||||||
lineKey: "device",
|
lineKey: "device",
|
||||||
ranges: [
|
|
||||||
{ value: 15, color: 'green', label: 'Оптимально' },
|
|
||||||
{ value: 10, color: 'orange', label: 'Предупреждение' },
|
|
||||||
{ value: 5, color: 'red', label: 'Критично' }
|
|
||||||
]
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Конфигурация для метрики приложений (одна линия)
|
// Конфигурация для метрики приложений (одна линия)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue