Skip to content

Commit

Permalink
Add new columns to listsockets tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Feb 10, 2014
1 parent b98ae21 commit f33212b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/data/listsockets/tmpl/index.tmpl
Expand Up @@ -9,6 +9,8 @@
<td>SSL</td> <td>SSL</td>
<td>Local</td> <td>Local</td>
<td>Remote</td> <td>Remote</td>
<td>Data In</td>
<td>Data Out</td>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
Expand All @@ -20,6 +22,8 @@
<td><? VAR SSL ?></td> <td><? VAR SSL ?></td>
<td><? VAR Local ?></td> <td><? VAR Local ?></td>
<td><? VAR Remote ?></td> <td><? VAR Remote ?></td>
<td><? VAR In ?></td>
<td><? VAR Out ?></td>
</tr> </tr>
<? ENDLOOP ?> <? ENDLOOP ?>
</tbody> </tbody>
Expand Down

0 comments on commit f33212b

Please sign in to comment.