Maintenance: Let SLA admin screen show the SLA description, not the Calendar description.
This commit is contained in:
parent
29d99f1d11
commit
10be8dabd3
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Sla extends App.ControllerSubContent
|
||||||
|
|
||||||
description: (e) =>
|
description: (e) =>
|
||||||
new App.ControllerGenericDescription(
|
new App.ControllerGenericDescription(
|
||||||
description: App.Calendar.description
|
description: App.Sla.description
|
||||||
container: @el.closest('.content')
|
container: @el.closest('.content')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue