This is an automated email from the ASF dual-hosted git repository. epugh pushed a commit to branch solr-paramset-impl in repository https://gitbox.apache.org/repos/asf/solr.git
commit 6b6dd974cc299f71f88b05eace81b6c670ce026a Author: [email protected] <[email protected]> AuthorDate: Wed Jun 29 07:44:51 2022 -0600 cleanups --- solr/webapp/web/partials/paramsets.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/solr/webapp/web/partials/paramsets.html b/solr/webapp/web/partials/paramsets.html index 9f911f3394c..4874773db8e 100644 --- a/solr/webapp/web/partials/paramsets.html +++ b/solr/webapp/web/partials/paramsets.html @@ -21,7 +21,7 @@ <div id="form"> <form> - <fieldset class="Select Paramset"> + <fieldset> <legend>Select Paramset</legend> <div id="paramset-name-container"> @@ -56,13 +56,17 @@ </div> </div> - <fieldset class="Update Paramset"> + <fieldset> <legend>Update Paramset(s)</legend> <div class="fieldset" id="paramsetContent-container"> <label for="paramset"> Paramset(s) JSON </label> - <textarea ng-model="paramsetContent" name="paramsets" id="paramset" title="Request Parameters API Payload" rows="10" + <textarea ng-model="paramsetContent" + name="paramsetContent" + id="paramsetContent" + title="Request Parameters API Payload" + rows="10" cols="65"></textarea> <p> <a href="https://solr.apache.org/guide/solr/latest/configuration-guide/request-parameters-api.html" target="_out">syntax help</a> @@ -80,7 +84,7 @@ </div> - <button type="submit" ng-click="submit()" id="submit">Submit Paramset Updates</button> + <button type="submit" ng-click="submit()" id="submit">Submit Updates</button> </form> </div> <div id="result">
