From a0a6248de9a9b022bf977061e3786458118786ba Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Tue, 6 Jun 2023 13:37:43 -0500
Subject: [PATCH] Add a status field to Tower page

---
 content/pages/instruments/aoss/tower.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/pages/instruments/aoss/tower.html b/content/pages/instruments/aoss/tower.html
index 20fe4410..627af4a3 100644
--- a/content/pages/instruments/aoss/tower.html
+++ b/content/pages/instruments/aoss/tower.html
@@ -18,7 +18,8 @@
         <div class="row">
             <div class="col-sm-8">
                 <h1>AOSS Tower</h1>
-                <p>This instrument is located at the top of the Atmospheric, 
+                <h3>Status: <span id="instrument_status" class="instrument_status_nominal" data-status-stem="aoss/tower">Loading...</span></h3>
+                <p>This instrument is located at the top of the Atmospheric,
                 Oceanic and Space Science Building at the corner of Dayton and 
                 Orchard St in the University of Wisconsin - Madison. It measures,
                 <a href="meteorogram">in real-time:</a></p>
-- 
GitLab