From 26047cc8ab345f299c6c258ccd7b1b10a286e036 Mon Sep 17 00:00:00 2001 From: Jerome Lebleu Date: Wed, 19 Feb 2014 18:48:37 +0100 Subject: [PATCH] Handle ipv4/ipv6 adresses in local_ip. --- views/monitor.ms | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/monitor.ms b/views/monitor.ms index 1e3f1672..6e90af59 100644 --- a/views/monitor.ms +++ b/views/monitor.ms @@ -131,9 +131,8 @@ {{#each network.infos.local_ip}} {{@key}} - {{#this}} - {{.}} - {{/this}} + {{#this.ipv4}}{{this}}{{/this.ipv4}} + {{#this.ipv6}}{{this}}{{/this.ipv6}} {{/each}}