From 08ccf81fb53f8fc7742f385e165715d8d69a89b6 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Thu, 18 Nov 2021 20:46:22 -0600
Subject: [PATCH] Add east camera down message to cameras page

---
 content/pages/instruments/aoss/cameras/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/pages/instruments/aoss/cameras/index.html b/content/pages/instruments/aoss/cameras/index.html
index d76195eb..3d890f23 100644
--- a/content/pages/instruments/aoss/cameras/index.html
+++ b/content/pages/instruments/aoss/cameras/index.html
@@ -97,6 +97,7 @@
             <span class="caption">Larger size</span></a></div>
          <div id="eastCamera" class="webcam">
             <h3>East View</h3>
+             <h5 style="color:red;font-weight:bold">The east camera is down until further notice</h5>
             <a href="/pub/cache/aoss/cameras/east/latest_orig.jpg"><img src="/pub/cache/aoss/cameras/east/latest_small.jpg" alt="East" id="eastImage" class="rooftop_image"><br>
             <span class="caption">Larger size</span></a></div>
          <div id="southCamera" class="webcam">
-- 
GitLab