From ebea2b581ba04c7988f178e5d7731b1247f5f5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Teijelo=20P=C3=A9rez?= Date: Sun, 8 Nov 2015 12:41:32 -0500 Subject: [PATCH] Saving without touching anything reset color to black --- dhcp-hosts.dpto2 | 2 +- templates/ip.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dhcp-hosts.dpto2 b/dhcp-hosts.dpto2 index b57adf1..c6f45c4 100644 --- a/dhcp-hosts.dpto2 +++ b/dhcp-hosts.dpto2 @@ -105,7 +105,7 @@ ff:ff:ff:ff:ff:fe,10.6.122.99 # {"color": "blue", "reserved-by": "Andy"} ff:ff:ff:ff:ff:fe,10.6.122.100 # {"color": "purple", "reserved-by": "Andy"} -12:24:42:23:24:45,10.6.122.101,set:client122442232445 +12:24:42:23:24:45,aa:bb:cc:dd:ee:ff,10.6.122.101,set:client122442232445 ff:ff:ff:ff:ff:fe,10.6.122.102 ff:ff:ff:ff:ff:fe,10.6.122.103 ff:ff:ff:ff:ff:fe,10.6.122.104 diff --git a/templates/ip.html b/templates/ip.html index 524d9ea..64c2555 100644 --- a/templates/ip.html +++ b/templates/ip.html @@ -51,7 +51,8 @@ {%- if color != 'black' %} data-color="{{ color }}"{% endif %} > {% endfor %} - +