diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-04-06 20:34:54 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-04-06 20:34:54 +0200 |
| commit | d92b191942417547cdb67d9acd375e3efe59bbc4 (patch) | |
| tree | 31a88923282270c9c6e80e15fb1f132a67ac87e4 /htroot/IndexControlURLs_p.html | |
| parent | 26d8ad591c91c4ab49ccbcca316874cd7ffd494f (diff) | |
Ensure no remote Solr is attached before "Shut Down and Re-Start Solr"
Otherwise once this operation is applied, the remote Solr(s) instances
are deconnected and the embedded Solr is connected even if disabled by
setting "core.service.fulltext".
Also use constants for related default setting values.
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
| -rw-r--r-- | htroot/IndexControlURLs_p.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index e5b0ff38d..119f5e26c 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -129,9 +129,10 @@ function updatepage(str) { <form action="IndexControlURLs_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<input type="hidden" name="transactionToken" value="#[transactionToken]#" />
<fieldset><legend>Reboot Solr Core</legend>
+ #(rebootSolrEnabled)#<div class="alert alert-info">This feature is available when using exclusively a local embedded Solr.</div>::#(/rebootSolrEnabled)#
<dl>
<dt> </dt>
- <dd><input type="submit" name="rebootsolr" value="Shut Down and Re-Start Solr" class="btn btn-primary" style="width:240px;"/>
+ <dd><input type="submit" name="rebootsolr" value="Shut Down and Re-Start Solr" class="btn btn-primary" style="width:240px;" #(rebootSolrEnabled)#disabled="disabled"::#(/rebootSolrEnabled)#/>
</dd>
</dl>
</fieldset>
|
