|  | @@ -105,8 +105,8 @@ class PBNodeStatus(object):
 | 
	
		
			
			| 105 | 105 |    StatusList['immortal']   = PBNodeStatusItem('immortal',   'Information',         'normal',    'fa fa-info-circle',        'pod-status-grey-light')
 | 
	
		
			
			| 106 | 106 |    StatusList['new']        = PBNodeStatusItem('new',        'New',                 'open',      'fa fa-lightbulb-o',        'btn-success')
 | 
	
		
			
			| 107 | 107 |    StatusList['inprogress'] = PBNodeStatusItem('inprogress', 'In progress',         'open',      'fa fa-gears fa-inverse',   'btn-info')
 | 
	
		
			
			| 108 |  | -  StatusList['actiontodo'] = PBNodeStatusItem('actiontodo', 'Waiting for action',  'open',      'fa fa-spinner fa-inverse', 'btn-info')
 | 
	
		
			
			| 109 |  | -  StatusList['standby']    = PBNodeStatusItem('standby',    'Waiting for answer',  'open',      'fa fa-spinner fa-inverse', 'btn-warning')
 | 
	
		
			
			|  | 108 | +  StatusList['actiontodo'] = PBNodeStatusItem('actiontodo', 'Action to do',        'open',      'fa fa-spinner fa-inverse', 'btn-info')
 | 
	
		
			
			|  | 109 | +  StatusList['standby']    = PBNodeStatusItem('standby',    'Waiting for news',    'open',      'fa fa-spinner fa-inverse', 'btn-warning')
 | 
	
		
			
			| 110 | 110 |    StatusList['hot']        = PBNodeStatusItem('hot',        'Hot',                 'open',      'fa fa-warning fa-inverse', 'btn-danger')
 | 
	
		
			
			| 111 | 111 |    StatusList['done']       = PBNodeStatusItem('done',       'Done',                'closed',    'fa fa-check-square-o',     'pod-status-grey-light')
 | 
	
		
			
			| 112 | 112 |    StatusList['closed']     = PBNodeStatusItem('closed',     'Closed',              'closed',    'fa fa-lightbulb-o',        'pod-status-grey-middle')
 |