Set SOL client to 100*32 resolution

Change config.json to adjust SOL screen resolution to 100*32 for
Intel Platform.

Change-Id: I109cc5fb55052acc3fdb131e1d0788d92cdbe827
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
diff --git a/meta-common/recipes-phosphor/webui/phosphor-webui/config.json b/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
new file mode 100644
index 0000000..628b4f8
--- /dev/null
+++ b/meta-common/recipes-phosphor/webui/phosphor-webui/config.json
@@ -0,0 +1,6 @@
+{
+  "customConsoleDisplaySize": {
+    "width": 100,
+    "height": 32
+  }
+}