This commit is contained in:
Bálint Szekeres
2019-10-13 16:22:16 +02:00
parent 3e80efc88f
commit 2df3759015
8 changed files with 179 additions and 78 deletions

View File

@@ -701,6 +701,14 @@
}
};
$scope.toggleLayoutVisible = function() {
return $window.location.hostname !== 'nginxconfig.io';
};
$scope.toggleLayout = function() {
$scope.layout = ($scope.layout === 'default' ? 'do' : 'default');
};
///////////////////////////