renatoh commented on code in PR #4281:
URL: https://github.com/apache/solr/pull/4281#discussion_r3075863492
##########
solr/ui/src/commonMain/kotlin/org/apache/solr/ui/views/start/StartContent.kt:
##########
@@ -101,7 +100,6 @@ fun StartContent(
value = model.url,
singleLine = true,
onValueChange = component::onSolrUrlChange,
- placeholder = { Text(text = DEFAULT_SOLR_URL) },
Review Comment:
Ah ok, I did not realize that you actually don't have to type the URL
anymore using placeholder since it was broken for me using Solr on localhost.
Is the idea behind this connect feature so that you don't need to run the UI
on all Solr-nodes and you can connect to them from a node running the UI?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]