mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 18:44:49 +00:00
Added admin application
- Manage users - Manage groups - Manage logs
This commit is contained in:
parent
a5bf337052
commit
515b027ab8
6 changed files with 9 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue