@ -0,0 +1,23 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Client(_OnPrem):
|
||||
_type = "client"
|
||||
_icon_dir = "resources/onprem/client"
|
||||
|
||||
|
||||
class Client(_Client):
|
||||
_icon = "client.png"
|
||||
|
||||
|
||||
class User(_Client):
|
||||
_icon = "user.png"
|
||||
|
||||
|
||||
class Users(_Client):
|
||||
_icon = "users.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Security(_OnPrem):
|
||||
_type = "security"
|
||||
_icon_dir = "resources/onprem/security"
|
||||
|
||||
|
||||
class Vault(_Security):
|
||||
_icon = "vault.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 6.8 KiB |