From 34db8d2535f8ae9384ed4047ea56e71c8ceafb09 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Tue, 6 Jun 2023 13:53:22 -0500 Subject: [PATCH] Add instrument status to tower meteorogram --- content/pages/tower_meteorogram.html | 1 + 1 file changed, 1 insertion(+) diff --git a/content/pages/tower_meteorogram.html b/content/pages/tower_meteorogram.html index 2152dd8f..a29a5874 100644 --- a/content/pages/tower_meteorogram.html +++ b/content/pages/tower_meteorogram.html @@ -14,6 +14,7 @@ <div id="content"> <div class="container"> <h2 class="row">Meteorogram</h2> + <h3>Status: <span id="instrument_status" class="instrument_status_nominal" data-status-stem="aoss/tower">Loading...</span></h3> <div class="row" style="padding:0 1em"> <h4 class="col-sm-12">Timeframe</h4> <div class="col-sm-12"> -- GitLab