You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputclass="form-control"type="text"data-val="true"data-val-required="The Type field is required."class="form-control"name="AssertionModel.AttributeStatements[{{rowIndex}}].Type"value="{{type}}" />
183
+
<inputclass="form-control"type="text"data-val="true"data-val-required="The Type field is required."name="AssertionModel.AttributeStatements[{{rowIndex}}].Type"value="{{type}}" />
<inputclass="pull-right form-control"type="text"data-val="true"data-val-required="The Value field is required."class="form-control"name="AssertionModel.AttributeStatements[{{rowIndex}}].Value"value="{{value}}" />
187
+
<inputclass="pull-right form-control"type="text"data-val="true"data-val-required="The Value field is required."name="AssertionModel.AttributeStatements[{{rowIndex}}].Value"value="{{value}}" />
0 commit comments