/[Sack]/trunk/lib/Sack/Server.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Sack/Server.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 264 by dpavlin, Mon Feb 1 22:03:02 2010 UTC revision 265 by dpavlin, Thu Feb 4 18:15:59 2010 UTC
# Line 191  while (1) { Line 191  while (1) {
191    
192    
193  .forked {  .forked {
194  //      text-decoration: line-through;          color: #888;
195  }  }
196    
197  .ping {  .ping {
198          color: #ff0;          color: #0f0;
199  }  }
200    
201  .load {  .load {
# Line 206  while (1) { Line 206  while (1) {
206          color: #00f;          color: #00f;
207  }  }
208    
 .ready {  
         color: #0f0;  
 }  
   
209  .shards {  .shards {
210          font-family: monospace;          font-family: monospace;
211  //      line-height: 0.8em;  //      line-height: 0.8em;
# Line 270  while (1) { Line 266  while (1) {
266                                          my $class = join(' '                                          my $class = join(' '
267                                                  , map { $_->[0] } @{ $info->{node}->{$node} }                                                  , map { $_->[0] } @{ $info->{node}->{$node} }
268                                          );                                          );
269                                          $class .= ' ' . ( $info->{pending}->{$node} || 'ready' );                                          if ( my $pending = $info->{pending}->{$node} ) {
270                                                    $class .= " $pending";
271                                            }
272                                          print $send qq|<tt class="$class">$node</tt>\n|;                                          print $send qq|<tt class="$class">$node</tt>\n|;
273                                  }                                  }
274    

Legend:
Removed from v.264  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.26