Testdata: show settings for current simulation (#48017)
Co-authored-by: An Le <an.le@grafana.com>
This commit is contained in:
@@ -93,11 +93,11 @@ func newSinewaveInfo() simulationInfo {
|
||||
df.Fields = append(df.Fields, f)
|
||||
|
||||
return simulationInfo{
|
||||
Type: "sine",
|
||||
Name: "Sine",
|
||||
Description: "Sinewave generator",
|
||||
SetupFields: df,
|
||||
OnlyForward: false,
|
||||
Type: "sine",
|
||||
Name: "Sine",
|
||||
Description: "Sinewave generator",
|
||||
ConfigFields: df,
|
||||
OnlyForward: false,
|
||||
create: func(cfg simulationState) (Simulation, error) {
|
||||
s := &waveformSim{
|
||||
key: cfg.Key,
|
||||
|
||||
Reference in New Issue
Block a user