mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-11 05:17:55 +03:00
new modern index && typo fix
This commit is contained in:
parent
3c905e8bc4
commit
589b12f490
@ -76,12 +76,12 @@ def logStrFromLevel(level):
|
||||
def useLog(type_, serviceUniqueId, serviceIp, username, srcIP=None, srcUser=None, userServiceName=None, poolName=None):
|
||||
"""
|
||||
Logs an "use service" event (logged from actors)
|
||||
:param type_: Type of event (commonly 'login' or 'logout' )
|
||||
:param type_: Type of event (commonly 'login' or 'logout')
|
||||
:param serviceUniqueId: Unique id of service
|
||||
:param serviceIp: IP Of the service
|
||||
:param username: Username notified from service (internal "user service" user name
|
||||
:param srcIP: IP of user holding that service at time of event
|
||||
:param srcUser: Username holding that service at time of evet
|
||||
:param srcUser: Username holding that service at time of event
|
||||
"""
|
||||
srcIP = 'unknown' if srcIP is None else srcIP
|
||||
srcUser = 'unknown' if srcUser is None else srcUser
|
||||
|
@ -51,14 +51,10 @@
|
||||
0% {
|
||||
stroke-dasharray: 1, 200;
|
||||
stroke-dashoffset: 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
} 50% {
|
||||
stroke-dasharray: 89, 200;
|
||||
stroke-dashoffset: -35px;
|
||||
}
|
||||
|
||||
100% {
|
||||
} 100% {
|
||||
stroke-dasharray: 89, 200;
|
||||
stroke-dashoffset: -124px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user