Added KDU Level exection in UI
* Provision to perform the KDU Level execution action in NG-UI
Change-Id: Ide6e335b41268c75ad4b4efd8ef4aa0a14c6b6ee
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/services/RestService.ts b/src/services/RestService.ts
index 464cc0f..708d91b 100644
--- a/src/services/RestService.ts
+++ b/src/services/RestService.ts
@@ -127,6 +127,7 @@
return this.http.delete(getRequest.url, getRequest.httpOptions);
}
}
+
/**
* Handle Error response based on the status.
* @param error The error response reecieved from API call.