1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added AgentPing/Pong feature in relay.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-16 15:38:15 -07:00
parent 882c79ce16
commit 50e0bad1cb
3 changed files with 21 additions and 2 deletions

View file

@ -11204,6 +11204,7 @@
type: 'line',
data: { labels: [], datasets: [{ label: '', backgroundColor: 'rgba(255, 99, 132, .5)', borderColor: 'rgb(255, 99, 132)', data: [], fill: true }] },
options: {
animation: false,
responsive: true,
maintainAspectRatio: false,
elements: { line: { cubicInterpolationMode: 'monotone' } },