1
0
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:
Adolfo Gómez García 2018-11-20 10:51:34 +01:00
parent 3c905e8bc4
commit 589b12f490
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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;
}