Add constants
This commit is contained in:
parent
1f93291ddb
commit
2f5804b2c9
|
@ -19,6 +19,9 @@ class NodeViewController extends Controller
|
||||||
{
|
{
|
||||||
use JavascriptInjection;
|
use JavascriptInjection;
|
||||||
|
|
||||||
|
public const THRESHOLD_PERCENTAGE_LOW = 75;
|
||||||
|
public const THRESHOLD_PERCENTAGE_MEDIUM = 90;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NodeViewController constructor.
|
* NodeViewController constructor.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue