Skip to content
Snippets Groups Projects
Commit 5543b1e4 authored by Alexander Kaschta's avatar Alexander Kaschta :owl:
Browse files

UPD: Remove unused methods

parent be9917d5
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,9 @@ export default {
}
},
methods: {
ip_net_get_first: ipaddress.ip_net_get_first,
ip_net_get_first: (net) => ipaddress.ip_net_get_first(net),
ip_net_get_last: (net) => ipaddress.ip_net_get_last(net),
ip_to_int: ipaddress.ip_to_int,
int_to_ip: ipaddress.int_to_ip,
is_ip_v4: ipaddress.is_ip_v4
is_ip_v4: (addr) => ipaddress.is_ip_v4(addr)
}
}
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment