mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-11 02:27:30 +01:00
fix ranged filter GT and LT conditions, reduce energy filter preset
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
/* Const */
|
||||
const minEnergyPreset = 1;
|
||||
const maxEnergyPreset = 1000;
|
||||
const maxEnergyPreset = 100;
|
||||
|
||||
/* Derived */
|
||||
// Pending
|
||||
|
||||
Reference in New Issue
Block a user