update
This commit is contained in:
parent
c271d17e0d
commit
4c72f8907a
@ -94,7 +94,7 @@
|
||||
<td>${i+1}</td>
|
||||
<td>${v.uuid}</td>
|
||||
<td>${user_agent_split[0].split("(")[1]}</td>
|
||||
<td>${user_agent_split[2]}</td>
|
||||
<td>${user_agent_split[2]===undefined?user_agent_split[2]:user_agent_split[1]}</td>
|
||||
</tr>`
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user