Changeset 175

Show
Ignore:
Timestamp:
02/26/06 13:55:06 (2 years ago)
Author:
dsandler
Message:

Fixes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • stats/trunk/nodes.cgi

    r170 r175  
    116116    <div style="margin-right: 280px;"> 
    117117    ''' 
    118     print "<h2>%s and %s reporting (last %s)</h2>" % ( 
     118    print "<h2>%s and %s reporting (last %s at %s)</h2>" % ( 
    119119        nprox, npub, 
    120         duration(WINDOW, LONG, MINUTES)) 
     120        duration(WINDOW, LONG, MINUTES), 
     121        time.strftime("%X")) 
    121122 
    122123    print """<p><a href="/trees/nodes.png">graph all nodes</a>  
  • stats/trunk/trees.py

    r171 r175  
    6262 
    6363def graph_node(node, showfeeds=True): 
    64     all = nodes(WINDOW) 
     64    all = nodes(PASSWORD, WINDOW) 
    6565    edges_dict = {} 
    6666    g = pydot.Dot(directed=True)