1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

Added admin application

- Manage users
- Manage groups
- Manage logs
This commit is contained in:
Real-Gecko 2020-05-27 18:24:06 +06:00 committed by catborise
parent a5bf337052
commit 515b027ab8
6 changed files with 9 additions and 15 deletions

View file

@ -34,8 +34,7 @@ def secrets(request, compute_id):
}
try:
conn = wvmSecrets(compute.hostname, compute.login,
compute.password, compute.type)
conn = wvmSecrets(compute.hostname, compute.login, compute.password, compute.type)
secrets = conn.get_secrets()
for uuid in secrets: