summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js b/vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js
index e5ad012fa..7c24690c5 100644
--- a/vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js
+++ b/vbd/gui/module/src/main/resources/vpp/controllers/bdm.controller.js
@@ -182,7 +182,7 @@ define(['app/vpp/vpp.module'], function(vpp) {
/* FIXME: remove after testing */
- /*$scope.deploy = function() {
+ $scope.deploy = function() {
var successfulRequestsRequired = dataService.changedInterfaces.length;
var successfulRequests = 0;
@@ -253,7 +253,7 @@ define(['app/vpp/vpp.module'], function(vpp) {
successfulRequests++;
}
});
- };*/
+ };
$scope.removeBd = function() {
if(dataService.selectedBd.name) {