]> git.proxmox.com Git - proxmox-backup.git/blame - www/Schema.js
realm sync: replace and_then chain with '?' in lookup closure
[proxmox-backup.git] / www / Schema.js
CommitLineData
f7ff48de
DC
1Ext.define('PBS.Schema', {
2
3 singleton: true,
4
5 metricServer: {
6 'influxdb-http': {
7 type: 'InfluxDB (HTTP)',
8 xtype: 'InfluxDbHttp',
9 },
10 'influxdb-udp': {
11 type: 'InfluxDB (UDP)',
12 xtype: 'InfluxDbUdp',
13 },
14 },
15});