Skip to content

Commit

Permalink
add title with exact date
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 22, 2023
1 parent bcf7909 commit 59aee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_extinfo_host_service_details.tt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ END
[% END %]
[% END %]
<div class="inline-block">
(for [% IF obj.last_state_change %][% duration(date.now - obj.last_state_change, 6) %][% ELSE %][% duration(date.now - program_start, 6) %]+[% END %])
<span title="[% date_format(c, obj.last_state_change) %]">(for [% IF obj.last_state_change %][% duration(date.now - obj.last_state_change, 6) %][% ELSE %][% duration(date.now - program_start, 6) %]+[% END %])</span>
[% IF obj.acknowledged %] (<i class="fa-solid fa-person-digging"></i> has been acknowledged) [% END %]
[% IF obj.scheduled_downtime_depth > 0 %] (<i class="fa-solid fa-moon align-sub"></i>in maintenance) [% END %]
</div>
Expand Down

0 comments on commit 59aee63

Please sign in to comment.