Skip to content

Commit

Permalink
Revert "Fixes #1193 - Set job log created date to use ISO format in J…
Browse files Browse the repository at this point in the history
…obResult detail view (#1199)"

This reverts commit 523b452.
  • Loading branch information
jathanism authored and timizuoebideri1 committed Feb 9, 2022
1 parent 8a3e2a0 commit 5b20876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot/extras/tables.py
Expand Up @@ -389,7 +389,7 @@ def log_entry_color_css(record):


class JobLogEntryTable(BaseTable):
created = tables.DateTimeColumn(verbose_name="Time", format="Y-m-d H:i:s.u")
created = tables.DateTimeColumn(verbose_name="Time", format=settings.SHORT_DATETIME_FORMAT)
grouping = tables.Column()
log_level = tables.Column(
verbose_name="Level",
Expand Down

0 comments on commit 5b20876

Please sign in to comment.