Revision 7db1712d Classes/NameAndStatusTitleView.m

b/Classes/NameAndStatusTitleView.m
170 170
        self.statusLabel.text = [self.entity status];
171 171
    }
172 172
    
173
    [self.progressView setProgress:[self.entity progress] / 100.0 animated:YES];
173
    [self.progressView setProgress:[(Server *)self.entity progress] / 100.0 animated:YES];
174 174
    
175 175
    if (![@"ACTIVE" isEqualToString:[self.entity status]]) {        
176 176

  

Also available in: Unified diff