<option*ngFor="let e of rpcEndpoints; index as i"(click)="f.custom_rpc.setValue(true); updateQueryParam(e.method); setupRequestBody(e.body_template)"value="{{e.method}}">{{e.method}}</option>
<option*ngFor="let e of rpcEndpoints; index as i"value="{{e.method}}">{{e.method}}</option>
<optiondisabledclass="text-muted">----</option>
<option*ngFor="let e of endpoints; index as i"(click)="f.custom_rpc.setValue(false); updateQueryParam(e.method); setupRequestBody(e.body_template)"value="{{e.method}}">{{e.method}}</option>
<option*ngFor="let e of endpoints; index as i"value="{{e.method}}">{{e.method}}</option>
</select>
</div>
<inputtype="text"class="form-control border-right-0"formControlName="user_id"placeholder="set user ID as request context"/>