mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
function AccessControlFormData() {
|
|
this.AccessControlEnabled = true;
|
|
this.Ownership = 'private';
|
|
this.AuthorizedUsers = [];
|
|
this.AuthorizedTeams = [];
|
|
}
|