From 165d03f828e69c9c80fd2ec520d6fdc129dacc61 Mon Sep 17 00:00:00 2001
From: chausman <chausman@nrao.edu>
Date: Wed, 16 Nov 2022 10:25:22 -0700
Subject: [PATCH] add epoch 3 to tiles dropdown

---
 src/app/tiles/tiles.component.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/app/tiles/tiles.component.html b/src/app/tiles/tiles.component.html
index 2572ffa..29ce9b1 100644
--- a/src/app/tiles/tiles.component.html
+++ b/src/app/tiles/tiles.component.html
@@ -23,6 +23,9 @@
           <li ngbDropdownItem>
             <button type="button" class="btn btn-link w-100 p-0 text-left" (click)="setEpoch(2)">Epoch 2</button>
           </li>
+          <li ngbDropdownItem>
+            <button type="button" class="btn btn-link w-100 p-0 text-left" (click)="setEpoch(3)">Epoch 3</button>
+          </li>
         </ul>
       </div>
       <form (ngSubmit)="getMinitilesForEpoch()" class="form-inline col-auto pl-4" [formGroup]="formGroup">
-- 
GitLab