css added to capitalize first word of inventory items returned to match designs.

Change-Id: Ibbaa55c0b00fab45115104e01c312b1b5e6721b4
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/styles/inventory.scss b/app/server-health/styles/inventory.scss
index 55244eb..c17017c 100644
--- a/app/server-health/styles/inventory.scss
+++ b/app/server-health/styles/inventory.scss
@@ -103,6 +103,7 @@
   .inventory__device-col {
     margin-right: 6px;
     width: 50%;
+    text-transform: capitalize;
     @include mediaQuery(medium){
       width: auto;
     }