proper setup bits for livefeed
This commit is contained in:
parent
16f1c06734
commit
f61b4b3fcb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
class LiveFeed extends Extension {
|
||||
public function onSetupBuilding(SetupBuildingEvent $event) {
|
||||
$sb = new SetupBlock("Live Feed");
|
||||
$sb->add_string_option("IP/port to send events to");
|
||||
$sb->add_text_option("livefeed_host", "IP:port to send events to: ");
|
||||
$event->panel->add_block($sb);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue