Fix CDS State Batch Name
This commit is contained in:
parent
d332e83f29
commit
4e02bf9c2e
@ -33,7 +33,7 @@ func results(v *view.Element, m *model.ResultsModel) element.ElementInterface {
|
||||
}
|
||||
|
||||
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.MaxWidth = 6
|
||||
p.Disabled = true
|
||||
|
Loading…
Reference in New Issue
Block a user