diff --git a/src/app/shared/components/summary/summary.component.html b/src/app/shared/components/summary/summary.component.html
index 0c87dc18..688cb5e9 100644
--- a/src/app/shared/components/summary/summary.component.html
+++ b/src/app/shared/components/summary/summary.component.html
@@ -1,46 +1,22 @@
-
-
-
-
-
+
-
+
@@ -343,8 +320,8 @@
"
>
@@ -381,6 +358,7 @@
text-left
font-extrabold
sticky
+ whitespace-nowrap
"
*ngFor="let col of columns"
>
@@ -511,11 +489,81 @@
- -= '0' &&
+ data.latest_data < '7.5'
+ "
+ >
+ Light (0 - 7.5mm/hr)
+
+ = '7.51' &&
+ data.latest_data < '15'
+ "
>
+ Heavy (7.51 - 15mm/hr)
+
+ = '15.1' &&
+ data.latest_data <= '30'
+ "
+ >
+ Intense (15 - 30mm/hr)
+
+ '30'"
+ >
+ Torrential (> 30.1mm/hr)
+
+
-
@@ -530,7 +578,6 @@
p-1.5
text-xs
font-medium
- uppercase
tracking-wider
text-black
bg-low
@@ -551,7 +598,6 @@
p-1.5
text-xs
font-medium
- uppercase
tracking-wider
text-black
bg-medium
@@ -569,7 +615,6 @@
p-1.5
text-xs
font-medium
- uppercase
tracking-wider
text-black
bg-high
@@ -927,8 +972,8 @@
"
>
@@ -1474,8 +1519,8 @@
"
>
@@ -1619,10 +1664,81 @@
- -= '0' &&
+ data.latest_data < '7.5'
+ "
+ >
+ Light (0 - 7.5mm/hr)
+
+ = '7.51' &&
+ data.latest_data < '15'
+ "
+ >
+ Heavy (7.51 - 15mm/hr)
+
+ = '15.1' &&
+ data.latest_data <= '30'
+ "
>
+ Intense (15 - 30mm/hr)
+
+ '30'"
+ >
+ Torrential (> 30.1mm/hr)
+
+
{
@@ -283,9 +291,8 @@ export class SummaryComponent implements OnInit {
}
closeModal() {
- this.subscription.unsubscribe(); //stop popup modal
+ this.modalService.iotSummaryModalClose();
this.alert = !this.alert;
- this.summaryModal = !this.summaryModal;
}
onPageChange(page: number = 1): void {
diff --git a/src/assets/icons/noah_logo.png b/src/assets/icons/noah_logo.png
new file mode 100644
index 00000000..5d1b34a2
Binary files /dev/null and b/src/assets/icons/noah_logo.png differ
diff --git a/src/assets/icons/noah_text.png b/src/assets/icons/noah_text.png
new file mode 100644
index 00000000..e2bb7bf8
Binary files /dev/null and b/src/assets/icons/noah_text.png differ
diff --git a/src/assets/icons/up.png b/src/assets/icons/up.png
index 3c4f0ff1..9d99d8f0 100644
Binary files a/src/assets/icons/up.png and b/src/assets/icons/up.png differ
diff --git a/src/assets/icons/upri.png b/src/assets/icons/upri.png
index cd3c464e..3c3b2179 100644
Binary files a/src/assets/icons/upri.png and b/src/assets/icons/upri.png differ
|