proper setup bits for livefeed

This commit is contained in:
Shish 2012-06-22 22:30:22 +01:00
parent 16f1c06734
commit f61b4b3fcb

View file

@ -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);
}