Fixes #4033 - Admin SLA index view does not show update time if "for agent respond" is selected.
This commit is contained in:
parent
62c527c772
commit
a3a8661e90
2 changed files with 4 additions and 6 deletions
|
@ -38,11 +38,11 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if sla.response_time: %>
|
<% if sla.response_time: %>
|
||||||
<br>
|
<br>
|
||||||
<%- @time_duration_hh_mm(sla.response_time) %> <%- @T('hours') %> - <%- @T('Response Time') %>
|
<%- @time_duration_hh_mm(sla.response_time) %> <%- @T('hours') %> - <%- @T('Update Time') %> (<%- @T('for an agent to respond') %>)
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if sla.update_time: %>
|
<% if sla.update_time: %>
|
||||||
<br>
|
<br>
|
||||||
<%- @time_duration_hh_mm(sla.update_time) %> <%- @T('hours') %> - <%- @T('Update Time') %>
|
<%- @time_duration_hh_mm(sla.update_time) %> <%- @T('hours') %> - <%- @T('Update Time') %> (<%- @T('between agent updates') %>)
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if sla.solution_time: %>
|
<% if sla.solution_time: %>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -7615,10 +7615,6 @@ msgstr ""
|
||||||
msgid "Response"
|
msgid "Response"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/sla/index.jst.eco
|
|
||||||
msgid "Response Time"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/monitoring.jst.eco
|
#: app/assets/javascripts/app/views/monitoring.jst.eco
|
||||||
msgid "Restart failed jobs"
|
msgid "Restart failed jobs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -10776,6 +10772,7 @@ msgid "before (relative)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco
|
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco
|
||||||
|
#: app/assets/javascripts/app/views/sla/index.jst.eco
|
||||||
msgid "between agent updates"
|
msgid "between agent updates"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -10978,6 +10975,7 @@ msgid "fill in empty"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco
|
#: app/assets/javascripts/app/views/generic/sla_times.jst.eco
|
||||||
|
#: app/assets/javascripts/app/views/sla/index.jst.eco
|
||||||
msgid "for an agent to respond"
|
msgid "for an agent to respond"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue