File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
packages/pico-engine/public Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -358,18 +358,26 @@ <h2>Children</h2>
358
358
{ { / e a c h } }
359
359
</ul >
360
360
{ { / u n l e s s } }
361
- <!--
362
- < p > </ p >
361
+ < p > Propose new subscription</ p >
363
362
< 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 >
371
380
</ form >
372
- -->
373
381
</ script >
374
382
</ head >
375
383
< body >
You can’t perform that action at this time.
0 commit comments