diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-22 21:37:28 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-22 21:37:28 -0500 |
commit | e8bbf9b35660c89718a35e173548d2abb4b654f8 (patch) | |
tree | d01fa1cb71eb18aca0d5119ee694b4dd1eccbdb7 /templates/devel/clock.html | |
parent | 9360a84d7697d9a49e6f91965dc180c0085c6b56 (diff) |
Simplify the dev dashboard
Remove all the click to expand junk; just show the tables all the time.
There is no form at the bottom of the page anymore, so if you don't want
to read the tables on the bottom, just don't read them.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/clock.html')
-rw-r--r-- | templates/devel/clock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html index ab1d9b9f..0f0e20c5 100644 --- a/templates/devel/clock.html +++ b/templates/devel/clock.html @@ -14,7 +14,7 @@ UTC Time: {{ utc_now|date:"Y-m-d H:i T" }} </p> - <table id="clocks-table" class="results dash-stats"> + <table id="clocks-table" class="results"> <thead> <tr> <th>Developer</th> |