diff --git a/src/dashboard/templates.py b/src/dashboard/templates.py index 3925be0..cd2e0d6 100644 --- a/src/dashboard/templates.py +++ b/src/dashboard/templates.py @@ -800,13 +800,13 @@ DASHBOARD_HTML = """ Data types will be loaded from tag metadata system
- - - + + +
- - + +
diff --git a/static/test_protocol_address_debug.html b/static/test_protocol_address_debug.html new file mode 100644 index 0000000..66d252f --- /dev/null +++ b/static/test_protocol_address_debug.html @@ -0,0 +1,139 @@ + + + + Protocol Address Debug Test + + + +

Protocol Address Auto-fill Debug Test

+ +
+

Test 1: Direct Function Call

+

Test if autoPopulateSignalForm function works directly:

+ +
+
+ +
+

Test 2: Simulate "Use This Signal" Button

+

Simulate clicking a "Use This Signal" button:

+ +
+
+ +
+

Test 3: Check Modal Elements

+

Check if modal form elements exist:

+ +
+
+ +
+

Test 4: Manual Modal Population

+

Manually populate modal fields:

+ +
+
+ + + + \ No newline at end of file diff --git a/static/test_protocol_address_fix.html b/static/test_protocol_address_fix.html new file mode 100644 index 0000000..5b82ae0 --- /dev/null +++ b/static/test_protocol_address_fix.html @@ -0,0 +1,179 @@ + + + + Protocol Address Fix Test + + + +

Protocol Address Auto-fill Fix Verification

+ +
+

Test: Check for Duplicate IDs

+

Verify that there are no duplicate HTML IDs that could cause JavaScript issues:

+ +
+
+ +
+

Test: Verify Modal Elements

+

Check if the signal modal elements exist with correct IDs:

+ + +
+ +
+

Test: Simulate Discovery Integration

+

Simulate the "Use This Signal" button functionality:

+ +
+
+ + + + \ No newline at end of file