Commit 912ee413f1d60fee567b993b969b74aacbdd8995

Authored by adumas
1 parent af98298e

nvoip display debug

src/main/resources/web/tpl/voip-list.html
... ... @@ -13,7 +13,7 @@
13 13 <table style="width: 770px;">
14 14 <tbody>
15 15 <tr>
16   - <td style="width: 450px;"><h1>Calls (0)</h1></td>
  16 + <td style="width: 450px;"><h1>Calls (<%= nvoip %>)</h1></td>
17 17 <td style="width: 150px;"><input value="Export VoIP" name="exportVoIP" type="button"></td>
18 18 <td><input value="Export CAC" name="exportCAC" type="button"></td>
19 19 </tr>
... ...