File tree 1 file changed +0
-10
lines changed
src/Presentation/Nop.Web/Areas/Admin/Views/SpecificationAttribute
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 57
57
<div class =" row" >
58
58
<div class =" col-md-5" >
59
59
60
- <div class =" form-group row" >
61
- <div class =" col-md-4" >
62
- <nop-label asp-for =" SpecificationAttributeSearchGroupName" />
63
- </div >
64
- <div class =" col-md-8" >
65
- <nop-editor asp-for =" SpecificationAttributeSearchGroupName" />
66
- </div >
67
- </div >
68
-
69
60
<div class =" form-group row" >
70
61
<div class =" col-md-4" >
71
62
<nop-label asp-for =" SpecificationAttributeName" />
103
94
Length = Model .PageSize ,
104
95
LengthMenu = Model .AvailablePageSizes ,
105
96
Filters = new List <FilterParameter > {
106
- new FilterParameter (nameof (Model .SpecificationAttributeSearchGroupName )),
107
97
new FilterParameter (nameof (Model .SpecificationAttributeName )),
108
98
},
109
99
ColumnCollection = new List <ColumnProperty >
You can’t perform that action at this time.
0 commit comments