Fix CDS State Batch Name

This commit is contained in:
snoutie 2025-05-23 21:22:19 +02:00
parent d332e83f29
commit 4e02bf9c2e

View File

@ -33,7 +33,7 @@ func results(v *view.Element, m *model.ResultsModel) element.ElementInterface {
} }
p.HasSuffix = true p.HasSuffix = true
input.New(p, "ReleaseState_"+result.TechnicalName.String(), input.TypeText, func(p *input.Element) { input.New(p, "", input.TypeText, func(p *input.Element) {
p.Shape = option.ShapePill p.Shape = option.ShapePill
p.MaxWidth = 6 p.MaxWidth = 6
p.Disabled = true p.Disabled = true