proper setup bits for livefeed
This commit is contained in:
parent
16f1c06734
commit
f61b4b3fcb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user