iss #19 - Added status request for IT service.

This commit is contained in:
Alexander Zobnin
2015-07-27 17:07:51 +03:00
parent 83200bc63f
commit 5e02025eaf
2 changed files with 18 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ define([
$scope.targetLetters = targetLetters;
if ($scope.target.ITService) {
$scope.slaPropertyList = [
{name: "Status", property: "status"},
{name: "SLA", property: "sla"},
{name: "OK time", property: "okTime"},
{name: "Problem time", property: "problemTime"},