CC-4661: Listener Statistics
- changes for different mount names
This commit is contained in:
parent
8b70136dd6
commit
74fe958cad
4 changed files with 62 additions and 21 deletions
|
@ -1,6 +1,13 @@
|
|||
<div id="listenerstat_content" class="ui-widget ui-widget-content block-shadow alpha-block padded">
|
||||
Timestamp vs Listener Count
|
||||
Timestamp vs Listener Count<br>
|
||||
<select id='all_mps'>
|
||||
<option value="all">All Mount Potins</option>
|
||||
<?php foreach($this->mps as $mp) {?>
|
||||
<option value="<?php echo $mp?>"><?php echo $mp?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
<div id="flot_placeholder" style="width:600px;height:300px;margin:0px 50px 0px 50px"></div>
|
||||
|
||||
<?php echo $this->date_form; ?>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue