diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-04-04 17:17:55 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-04-04 17:17:55 +0530 |
commit | bd1c287e725d5cabb8aa787d52c796a64ae6c782 (patch) | |
tree | f35988c09d35674eb7a5ae547a3aef19299c8213 /resmgr | |
parent | 3791136dcea7146c0290d47a0b5ee58ec81c5522 (diff) |
Integration issues
Integration of the Client pages to Main GUI
IssueId : CLIENT-189
Change-Id: Ifda97e420f5e83ee9c299e5a1dbb2d1e94b3d1b5
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'resmgr')
-rw-r--r-- | resmgr/src/main/webapp/resmgr/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resmgr/src/main/webapp/resmgr/js/app.js b/resmgr/src/main/webapp/resmgr/js/app.js index 62f78ab4..be7b5ee1 100644 --- a/resmgr/src/main/webapp/resmgr/js/app.js +++ b/resmgr/src/main/webapp/resmgr/js/app.js @@ -261,7 +261,7 @@ var app = angular.module("ResourceMgrApp", ["ui.router", "ngTable"]) $scope.numericErr = false;
}
$scope.saveData = function(id) {
- if (!$scope.textboxErrName && $scope.textboxErrMe) {
+ if (!$scope.textboxErrName && !$scope.textboxErrMe) {
var ports ={};
ports.logicalTerminationPoint=$scope.port;
if(id) {
|