diff --git a/src/components/ConfStats.tsx b/src/components/ConfStats.tsx index 313c010..01f7a46 100644 --- a/src/components/ConfStats.tsx +++ b/src/components/ConfStats.tsx @@ -15,46 +15,51 @@ export function ConfStats({ config }: { config: llngConfig }) { ? Object.keys(config.casAppMetaDataOptions).length : 0); return ( -
-
- - {t("appNum")} ({appNum}) - - dataEntry.title + " : " + dataEntry.value} - labelStyle={() => ({ - fontSize: "5px", - fontFamily: "sans-serif", - })} - lineWidth={30} - labelPosition={110} - radius={30} - /> -
+
+ + {t("appNum")} ({appNum}) + + dataEntry.title + " : " + dataEntry.value} + labelStyle={() => ({ + fontSize: "5px", + fontFamily: "sans-serif", + })} + lineWidth={30} + labelPosition={110} + radius={20} + />
); } diff --git a/src/dashboards/HomePage.css b/src/dashboards/HomePage.css index a6dfd22..c1d87f1 100644 --- a/src/dashboards/HomePage.css +++ b/src/dashboards/HomePage.css @@ -1,6 +1,7 @@ .infoTable { border: 1px solid #acacac; width: 100%; + margin: 10px; text-align: left; max-width: 100%; flex-wrap: wrap; @@ -17,7 +18,7 @@ th { .desc { display: flex; flex-direction: row; - align-content: space-between; + align-content: space-evenly; margin: 2%; } diff --git a/src/dashboards/HomePage.tsx b/src/dashboards/HomePage.tsx index ef67911..48c7ccc 100644 --- a/src/dashboards/HomePage.tsx +++ b/src/dashboards/HomePage.tsx @@ -212,10 +212,21 @@ export function HomePage() {
- -
- {t("Latest conf stats")} - +
+ + + + + + + + + +
{t("cfgLog")}
{config.data.config.cfgLog}
+
+
+ +