summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-07 16:54:09 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-07 16:54:09 +0700
commit7478616937cff56ccb994138831f90eae904e724 (patch)
tree4ad143d9feb6f015ab1626dc9aa0a9400b995dc1 /indoteknik_custom/views
parent0388c78c3bbe0f5a6325fee7bb7b2e6a7d436a5f (diff)
user activity log detail
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/user_activity_log.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/indoteknik_custom/views/user_activity_log.xml b/indoteknik_custom/views/user_activity_log.xml
index b0082c3b..b8792ee8 100755
--- a/indoteknik_custom/views/user_activity_log.xml
+++ b/indoteknik_custom/views/user_activity_log.xml
@@ -32,9 +32,19 @@
</group>
</group>
<notebook>
+ <page string="IP Lookup Detail">
+ <group>
+ <field name="ip_location_city"/>
+ <field name="ip_location_country"/>
+ <field name="ip_location_country_code"/>
+ </group>
+ </page>
<page string="IP Address Lookup">
<field name="ip_address_lookup"/>
</page>
+ <page string="IP Address Location">
+ <field name="ip_location_map" widget="html" />
+ </page>
</notebook>
</sheet>
</form>