Skip to content

Commit 9b9d565

Browse files
committed
UI to propose new subscription
1 parent 18ea6fb commit 9b9d565

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

packages/pico-engine/public/index.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,26 @@ <h2>Children</h2>
358358
{{/each}}
359359
</ul>
360360
{{/unless}}
361-
<!--
362-
<p></p>
361+
<p>Propose new subscription</p>
363362
<form class="js-ajax-form" action="/sky/event/{{eci}}/subscr/wrangler/subscription" method="GET">
364-
<input type="text" name="name" placeholder="name..."><br>
365-
<input type="text" name="name_space" placeholder="name_space..."><br>
366-
<input type="text" name="my_role" placeholder="my_role..."><br>
367-
<input type="text" name="subscriber_role" placeholder="subscriber_role..."><br>
368-
<input type="text" name="channel_type" placeholder="channel_type..." value="subscription"><br>
369-
<input type="text" name="subscriber_eci" placeholder="subscriber_eci..."><br>
370-
<button type="submit">add subscription</button>
363+
<table>
364+
<tr>
365+
<td>wellKnown_Tx</td>
366+
<td>Rx_role</td>
367+
<td>Tx_role</td>
368+
<td>name</td>
369+
<td>channel_type</td>
370+
</tr>
371+
<tr>
372+
<td><input type="text" name="wellKnown_Tx"></td>
373+
<td><input type="text" name="Rx_role"></td>
374+
<td><input type="text" name="Tx_role"></td>
375+
<td><input type="text" name="name"></td>
376+
<td><input type="text" name="channel_type" value="subscription"></td>
377+
</tr>
378+
</table>
379+
<button type="submit">wrangler:subscription</button>
371380
</form>
372-
-->
373381
</script>
374382
</head>
375383
<body>

0 commit comments

Comments
 (0)