Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add steering id config #35

Merged
merged 5 commits into from
Feb 5, 2024
Merged

Add steering id config #35

merged 5 commits into from
Feb 5, 2024

Conversation

jpsantosbh
Copy link
Contributor

  • add steering id config to route request to an dev box

views/index.ejs Outdated
@@ -50,6 +50,10 @@
<div class="card">
<div class="card-body">
<h5>Connect</h5>
<div class="form-group">
<label for="steeringId">Address</label>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Label to be corrected please with Steering ID or similar.

public/full.js Outdated
@@ -376,13 +376,18 @@ window.connect = async () => {
connectStatus.innerHTML = 'Connecting...'

// Set a node_id for steering
const steeringId = undefined
const steeringId = () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing => before the curly brackets?

giavac and others added 3 commits January 30, 2024 16:27
…all-fabric-client-beta into joao/add_steering_id_config

# Conflicts:
#	public/full.js
@ryanwi ryanwi merged commit 677aecc into main Feb 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants