From ec72749c2a3ea21def818232776d6f077d53d04d Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 10 Feb 2017 10:20:31 -0600 Subject: [PATCH] Moved notes from NodeDetailHeader to Dashboard --- NodeDetailHeader.html | 31 ------------------------------- Overview.html | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/NodeDetailHeader.html b/NodeDetailHeader.html index a5fd9fa..28262a3 100644 --- a/NodeDetailHeader.html +++ b/NodeDetailHeader.html @@ -4,34 +4,3 @@

<%= node.vanityname %>

- -
-
-

Last Note

-

<%= channels['advvfdipp.notes'].value %>

-

at <%= channels["advvfdipp.notes"].timestamp %>

- -
- -
-
- diff --git a/Overview.html b/Overview.html index cfdc7d4..bc564d9 100644 --- a/Overview.html +++ b/Overview.html @@ -26,6 +26,24 @@ +
+
+
+

Last Note

+

<%= channels['abbflow.notes'].value %>

+

at <%= channels["abbflow.notes"].timestamp %>

+
+
+
+
+ +
+ +
+
+
+ +

Volume Flow

@@ -373,4 +391,23 @@ letter-spacing: 1px; z-index: 100; } + +#note-modal{ + position: absolute; +} + +.modal-backdrop { + position: relative; +} +.modal-dialog { + top:5%; +} +.note-btn { + margin-top: 10px; + width: 75%; +} +.note-text { + font-size: 1.5em; + font-style: italic; +}