init web ems all
This commit is contained in:
28
wxc2_omc/performance/improveCsta/erlang_customize.php
Executable file
28
wxc2_omc/performance/improveCsta/erlang_customize.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<!-- JS -->
|
||||
<!-- Erlang customize -->
|
||||
<table border="1" width="100%" cellpadding="1" cellspacing="0" bordercolor="#666666" bordercolordark="#FFFFFF" bgcolor="#ffffff">
|
||||
<tr bgcolor="#E6E6E6">
|
||||
<td align="center">
|
||||
Type
|
||||
<select name="type">
|
||||
<option value="0" selected>Service</option>
|
||||
<option value="1">Trunk Group</option>
|
||||
</select>
|
||||
</td>
|
||||
<td align="center">
|
||||
Interval
|
||||
<select name="interval">
|
||||
<option value="0" selected>Daily</option>
|
||||
<option value="1">Hourly</option>
|
||||
</select>
|
||||
</td>
|
||||
<td align="center">
|
||||
<select name="start_time">
|
||||
<?php
|
||||
$configuration=parse_ini_file($conf,true);
|
||||
for($i=0;$i<
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user