mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Logs fix
This commit is contained in:
parent
e77c31b367
commit
20b2f89602
2 changed files with 5 additions and 5 deletions
|
@ -188,7 +188,7 @@ class LogDetailsScreen extends StatelessWidget {
|
|||
title: AppLocalizations.of(context)!.elapsedTime,
|
||||
subtitle: "${double.parse(log.elapsedMs).toStringAsFixed(2)} ms"
|
||||
),
|
||||
LogListTile(
|
||||
if (log.status != null) LogListTile(
|
||||
icon: Icons.system_update_alt_rounded,
|
||||
title: AppLocalizations.of(context)!.responseCode,
|
||||
subtitle: log.status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue