Changeset 936 for trunk/admin/xcache.tpl.php
- Timestamp:
- 06/28/2012 09:45:40 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/admin/xcache.tpl.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.tpl.php
r931 r936 40 40 <th><?php echo _T('Hits 24H'); ?></th> 41 41 <th><?php echo _T('Hits/S'); ?></th> 42 <th><?php echo _T(' Misses'); ?></th>42 <th><?php echo _T('Updates'); ?></th> 43 43 <th><?php echo _T('Clogs'); ?></th> 44 44 <th><?php echo _T('OOMs'); ?></th> … … 50 50 </tr> 51 51 <?php 52 $numkeys = explode(',', 'slots,size,avail,hits, misses,clogs,ooms,errors,cached,deleted');52 $numkeys = explode(',', 'slots,size,avail,hits,updates,clogs,ooms,errors,cached,deleted'); 53 53 $l_clear = _T('Clear'); 54 54 $l_clear_confirm = _T('Sure to clear?'); … … 117 117 <td><div class="hitsgraph" style="width: {$hits_graph_h_w}px">{$hits_graph_h}</div></td> 118 118 <td>{$hits_avg_s}</td> 119 <td>{$ci[' misses']}</td>119 <td>{$ci['updates']}</td> 120 120 <td>{$ci['clogs']}</td> 121 121 <td>{$ci['ooms']}</td>

