Dashboards: Add possibility to lock multi value variables option list (#95949)
* add new option for multi variables to lock value list wip * WIP - lock option list * tests * fix * fixes + canary scenes * wip * wip * fix snapshot * bump scenes * Dashboards: Add possibility to lock adhoc variables options list (#96077) * Lock list of options flag for ad hoc * refactor * fix snapshot
This commit is contained in:
@@ -924,6 +924,9 @@ type VariableModel struct {
|
||||
// Custom all value
|
||||
AllValue *string `json:"allValue,omitempty"`
|
||||
|
||||
// Allow custom values to be entered in the variable
|
||||
AllowCustomValue *bool `json:"allowCustomValue,omitempty"`
|
||||
|
||||
// Option to be selected in a variable.
|
||||
Current *VariableOption `json:"current,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user