From 8fc0dc16d482730f0170651f21b174c08c65b54d Mon Sep 17 00:00:00 2001 From: ztimson Date: Wed, 6 Feb 2019 21:34:01 -0500 Subject: [PATCH] Made new formula dialog more pretty --- .../newFormula/newFormula.component.html | 48 +++++++------------ 1 file changed, 17 insertions(+), 31 deletions(-) diff --git a/src/app/formulaManager/newFormula/newFormula.component.html b/src/app/formulaManager/newFormula/newFormula.component.html index 6bf8751..f684bfc 100644 --- a/src/app/formulaManager/newFormula/newFormula.component.html +++ b/src/app/formulaManager/newFormula/newFormula.component.html @@ -1,17 +1,13 @@ -

- Update - Create Formula -

-
- - +
+ +
Approved
-
+
@@ -30,30 +26,20 @@ lb - +
- - - - - - - - - - - - - - - -
NameQuantity
{{c.component.name}}{{c.quantity | convertFromG: unit}} {{unit}} - -
-
- Yield: {{total() | convertFromG: unit}} {{unit}} +
+
+
Name
+
Quantity
+
+
+
{{c.component.name}}
+
{{c.quantity | convertFromG: unit}} {{unit}}
+
+
+
+ Total Yield: {{total() | convertFromG: unit}} {{unit}}