Cae OMS (flat) Entities
Alerts
- Preview
- Usage
- Definition
import { Alerts } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Alerts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ALERTS } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, ALERTS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.alerts',
},
_original_width: 41,
_original_height: 50,
}
App With Changes
- Preview
- Usage
- Definition
import { AppWithChanges } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<AppWithChanges/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_WITH_CHANGES } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, APP_WITH_CHANGES)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.app_with_changes',
},
_width: 50,
_height: 32,
}
Assessments
- Preview
- Usage
- Definition
import { Assessments } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Assessments/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ASSESSMENTS } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, ASSESSMENTS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.assessments',
},
_original_width: 47,
_original_height: 50,
}
Capacity
- Preview
- Usage
- Definition
import { Capacity } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Capacity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAPACITY } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, CAPACITY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.capacity',
},
_original_width: 41,
_original_height: 50,
}
Config Assessment
- Preview
- Usage
- Definition
import { ConfigAssessment } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<ConfigAssessment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONFIG_ASSESSMENT } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, CONFIG_ASSESSMENT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.config_assessment',
},
_original_width: 50,
_original_height: 45,
}
Dashboard
- Preview
- Usage
- Definition
import { Dashboard } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Dashboard/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DASHBOARD } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, DASHBOARD)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.dashboard',
},
_original_width: 50,
_original_height: 41,
}
Dependency Monitor
- Preview
- Usage
- Definition
import { DependencyMonitor } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<DependencyMonitor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEPENDENCY_MONITOR } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, DEPENDENCY_MONITOR)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.dependency_monitor',
},
_original_width: 50,
_original_height: 49,
}
Diagnostics
- Preview
- Usage
- Definition
import { Diagnostics } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Diagnostics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIAGNOSTICS } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, DIAGNOSTICS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.diagnostics',
},
_width: 50,
_height: 34,
}
Jobs
- Preview
- Usage
- Definition
import { Jobs } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Jobs/>
// or
import { extendStyle } from "@dinghy/base-components";
import { JOBS } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, JOBS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.jobs',
},
_original_width: 50,
_original_height: 50,
}
Log Management
- Preview
- Usage
- Definition
import { LogManagement } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<LogManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOG_MANAGEMENT } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, LOG_MANAGEMENT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.log_management',
},
_original_width: 41,
_original_height: 50,
}
Log Search
- Preview
- Usage
- Definition
import { LogSearch } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<LogSearch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOG_SEARCH } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, LOG_SEARCH)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.log_search',
},
_original_width: 50,
_original_height: 50,
}
Malware Assessment
- Preview
- Usage
- Definition
import { MalwareAssessment } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<MalwareAssessment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MALWARE_ASSESSMENT } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, MALWARE_ASSESSMENT)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.malware_assessment',
},
_original_width: 49,
_original_height: 50,
}
Overview
- Preview
- Usage
- Definition
import { Overview } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Overview/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OVERVIEW } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, OVERVIEW)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.overview',
},
_original_width: 50,
_original_height: 41,
}
Security
- Preview
- Usage
- Definition
import { Security } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Security/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, SECURITY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.security',
},
_original_width: 50,
_original_height: 50,
}
Server Width Changes
- Preview
- Usage
- Definition
import { ServerWidthChanges } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<ServerWidthChanges/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVER_WIDTH_CHANGES } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, SERVER_WIDTH_CHANGES)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.server_width_changes',
},
_original_width: 47,
_original_height: 50,
}
Services
- Preview
- Usage
- Definition
import { Services } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Services/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SERVICES } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, SERVICES)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.services',
},
_original_width: 49,
_original_height: 50,
}
Solutions
- Preview
- Usage
- Definition
import { Solutions } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Solutions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOLUTIONS } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, SOLUTIONS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.solutions',
},
_original_width: 50,
_original_height: 49,
}
System Update
- Preview
- Usage
- Definition
import { SystemUpdate } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<SystemUpdate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SYSTEM_UPDATE } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, SYSTEM_UPDATE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.system_update',
},
_original_width: 50,
_original_height: 50,
}
Track Changes
- Preview
- Usage
- Definition
import { TrackChanges } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<TrackChanges/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRACK_CHANGES } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, TRACK_CHANGES)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.track_changes',
},
_original_width: 42,
_original_height: 50,
}
Wire Data
- Preview
- Usage
- Definition
import { WireData } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<WireData/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WIRE_DATA } from '@dinghy/diagrams/entitiesCaeOmsFlat'
<Shape
{...props}
_style={extendStyle(props, WIRE_DATA)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;fillColor=#505050;shape=mxgraph.mscae.oms.wire_data',
},
_original_width: 50,
_original_height: 50,
}