mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-21 06:52:06 +01:00
configure default nameservers
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user