File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -406,12 +406,16 @@ table.sortable tr.sortBottom td {
406406 color : rgb (66 , 150 , 231 );
407407}
408408
409- # toggleShowPolling , # clearStream {
409+ # toggleShowPolling , # clearStream {
410410 float : right;
411411 margin-left : 5px ;
412412}
413413
414414# streamContainer # pollIndicator {
415415 margin-left : 2px ;
416416 display : none;
417- }
417+ }
418+
419+ # selectedTopic {
420+ width : 151px ;
421+ }
Original file line number Diff line number Diff line change 2525</div>
2626
2727<div id="replayFromContainer" style="display: none;">
28- <label>Replay from: <input id="replayFrom" name="replayFrom" value="-1"></label>
28+ <label>Replay from: <input id="replayFrom" name="replayFrom" value="-1"></label>
2929</div>
3030
3131<div id="pushTopicContainer" style="display: block;">
32- <label for="selectedTopic">Push Topic:</label>
32+ <label for="selectedTopic">Push Topic:</label>
3333 <select id="selectedTopic">
3434 <?php echo $ c ->getPushTopicOptions (); ?>
3535 </select>
8888
8989<div id="genericSubscriptionContainer" style="display: none;">
9090 <label>Subscription: <input id="genericSubscription" name="genericSubscription"></label>
91+
9192 <input id="genericSubscribeBtn" type="button" value="Subscribe"/>
9293 <input id="genericUnsubscribeBtn" type="button" value="Unsubscribe" disabled="disabled"/>
9394</div>
You can’t perform that action at this time.
0 commit comments