From 19edece5b44a11e30de2ce2a213a441084110a5e Mon Sep 17 00:00:00 2001 From: iou1name Date: Thu, 20 Jun 2019 09:01:14 -0400 Subject: [PATCH] ip_address editable --- static/juice.css | 2 ++ templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/juice.css b/static/juice.css index 3904420..33e90dc 100644 --- a/static/juice.css +++ b/static/juice.css @@ -6,6 +6,7 @@ body { .font-awesome { font-family: FontAwesome; + font-style: normal; } nav { @@ -48,6 +49,7 @@ nav span:hover { .ip_address { font-size: 0.8em; + font-style: italic; color: darkgray; margin: 0.2em; } diff --git a/templates/index.html b/templates/index.html index 1d66e55..89dca10 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@
{{ device.id }}
{{ device.description }}
{{ device.location }}
-
{{ device.ip_address }}
+
{{ device.ip_address }}
{% for sub_dev in device.sub_devices %}
@@ -40,7 +40,7 @@
-
+