- Current: {serverSummary}
-
-
-
-
{
- setServerInput(e.target.value)
- setServerError(null)
- }}
- placeholder="https://hapi.example.com"
- className="w-full px-3 py-2.5 rounded-lg border border-[var(--app-border)] bg-[var(--app-bg)] text-[var(--app-fg)] placeholder:text-[var(--app-hint)] focus:outline-none focus:ring-2 focus:ring-[var(--app-button)] focus:border-transparent"
- />
-
- Use http(s) only. Any path is ignored.
-
-
-
- {serverError && (
-
- {serverError}
-
- )}
-
-
- {props.serverUrl && (
-
- )}
-
-
-