Skip to content

Commit

Permalink
chore:影响面分析tab顺序调整
Browse files Browse the repository at this point in the history
  • Loading branch information
KT-core committed Oct 18, 2024
1 parent 30d3352 commit ea251d1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/src/views/serviceInfo/component/infoUni/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ export default function InfoUni() {
}

const mockAccordionList = [
{
key: 'impact',
loadBeforeOpen: true,
name: <>{serviceName}的影响面分析</>,
component: EntryImpact,

componentProps: {
handlePanelStatus: (status) => handlePanelStatus('impact', status),
},
},
{
key: 'alert',
loadBeforeOpen: true,
Expand All @@ -85,16 +95,6 @@ export default function InfoUni() {
prepareVariable: (props) => setDashboardVariable(props),
},
},
{
key: 'impact',
loadBeforeOpen: true,
name: <>{serviceName}的影响面分析</>,
component: EntryImpact,

componentProps: {
handlePanelStatus: (status) => handlePanelStatus('impact', status),
},
},
{
key: 'k8s',
loadBeforeOpen: true,
Expand Down

0 comments on commit ea251d1

Please sign in to comment.