mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
1b6721a84f
commit
b48eab60e7
@ -316,7 +316,7 @@ public function perf_table($Perf = false) {
|
||||
?>
|
||||
<table class="layout" width="100%">
|
||||
<tr>
|
||||
<td align="left"><strong><a href="#" onclick="$(this).parents('.layout').next('#debug_perf').gtoggle(); return false;" class="brackets">View</a> Performance stats:</strong></td>
|
||||
<td align="left"><strong><a href="#" onclick="$(this).parents('.layout').next('#debug_perf').gtoggle(); return false;" class="brackets">View</a> Performance Statistics:</strong></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="debug_perf" class="debug_table hidden" width="100%">
|
||||
@ -461,7 +461,7 @@ public function constant_table($Constants = false) {
|
||||
}
|
||||
|
||||
public function cache_table($CacheKeys = false) {
|
||||
$Header = 'Cache keys';
|
||||
$Header = 'Cache Keys';
|
||||
if (!is_array($CacheKeys)) {
|
||||
$CacheKeys = $this->get_cache_keys();
|
||||
$Header .= ' ('.number_format($this->get_cache_time(), 5).' ms)';
|
||||
@ -480,9 +480,9 @@ public function cache_table($CacheKeys = false) {
|
||||
<table id="debug_cache" class="debug_table hidden" width="100%">
|
||||
<? foreach ($CacheKeys as $Key) { ?>
|
||||
<tr>
|
||||
<td align="left" class="debug_info debug_cache_key">
|
||||
<td class="label nobr debug_info debug_cache_key">
|
||||
<a href="#" onclick="$('#debug_cache_<?=$Key?>').gtoggle(); return false;"><?=display_str($Key)?></a>
|
||||
<a href="tools.php?action=clear_cache&key=<?=$Key?>&type=clear" target="_blank" class="brackets">Clear this cache key</a>
|
||||
<a href="tools.php?action=clear_cache&key=<?=$Key?>&type=clear" target="_blank" class="brackets tooltip" title="Clear this cache key">Clear</a>
|
||||
</td>
|
||||
<td align="left" class="debug_data debug_cache_data">
|
||||
<pre id="debug_cache_<?=$Key?>" class="hidden">
|
||||
|
@ -1,5 +1,8 @@
|
||||
CHANGE LOG
|
||||
|
||||
2013-11-02 by alderaan
|
||||
Significantly improve the usability and appearance of the debug class' list of cache keys
|
||||
|
||||
2013-11-02 by alderaan
|
||||
Highlight "Urgent" reports in the Reports v2 system
|
||||
|
||||
|
@ -398,7 +398,6 @@ textarea {
|
||||
.main_column {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin-right: 40px;
|
||||
width: 653px;
|
||||
}
|
||||
* html .main_column {
|
||||
|
Loading…
Reference in New Issue
Block a user