configure default nameservers

This commit is contained in:
Usman Nasir
2019-08-22 14:07:46 +05:00
parent 3c455ffec1
commit e4f543d5a6
8 changed files with 642 additions and 564 deletions

View File

@@ -788,7 +788,6 @@ app.controller('viewContainer', function ($scope, $http) {
$scope.cAction = function (action) {
$('#actionLoading').show();
console.log($scope.cName)
url = "/docker/doContainerAction";
var data = {name: $scope.cName, action: action};
var config = {