feature/2821_downtime_login_screen

This commit is contained in:
Arnfried Griesert
2022-04-12 08:26:29 +00:00
parent 8884d2b4f7
commit df5dfbc6a6
11 changed files with 226 additions and 151 deletions
@@ -5267,7 +5267,8 @@ TableViewSectionsDelegate>
}
- (NSString*) bwiDowntimeCellText {
return [[[ServerDowntimeDefaultService alloc] init] downtimeText];
NSString *downtimeText = [NSString stringWithFormat:@"\n%@\n\n", [[[ServerDowntimeDefaultService alloc] init] downtimeText]];
return downtimeText;
}
- (UIColor*) bwiDowntimeColor {