Skip to main content
Skip table of contents

Technical Dashboard Widget

Definition

The Technical Dashboard is a widget that allows administrators to view all distributed batches in a technical overview.

It is a Self-only active widget. Its purpose is to monitor the platform's status.

image-20260331-091002.png

Configuration

Properties

Property name

Type

Mandatory

Description

Values (default value in bold)

counterColor

String

NO

A Metronic theme CSS color for the counter number (ex: “dark”) or a HEX color (ex: “#333333).

dark

borderColor

String

NO

A Metronic theme CSS color for the counter border (ex: “dark”) or a HEX color (ex: “#333333).

grey

Example

XML
<widget id="technical-dashboard-widget" xsi:type="ctdbum:TechnicalDashboardWidgetType">
   <hidden>false</hidden>
   <displayOptions>
      <modalSize>LG</modalSize>
   </displayOptions>
   <config>
      <bordered>false</bordered>
      <title>true</title>
      <display>
         <counter>
            <borderColor>#CBD4E0</borderColor>
            <counterColor>#5A6C88</counterColor>
         </counter>
      </display>
   </config>
</widget>

Use

The Technical Dashboard widget is separated into two tabs: Live and History.

1) Live tab

Counters

The "counter" section corresponds to the Rate Limiting Metrics. We display the latest values ​​collected in real time.

image-20260331-093817.png

Counters view: Effective Moderator and Load

List

The "list" section displays Distributed Batches. We show the monitoring of batches currently being executed.

image-20260331-094355.png
image-20260331-094442.png

List view: For each Batch, we display all this information

2) History tab

XY Chart

XY Chart currently being implemented

Gantt Chart

Gantt Chart currently being implemented

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.