diff --git a/strolch-wc-components.html b/strolch-wc-components.html index d01b84a..d14837a 100644 --- a/strolch-wc-components.html +++ b/strolch-wc-components.html @@ -36,9 +36,13 @@ paper-material { background: white; - margin-top: 0.3em; - margin-bottom: 0.3em; - padding: 0.3em; + margin-top: 8px; + margin-bottom: 16px; + padding: 8px; + } + + .component { + display: flex; } .table-row { @@ -48,35 +52,35 @@ } .table-heading, .table-cell { - flex-grow: 1; - flex-shrink: 1; + padding: 0; } .table-cell { min-height: inherit; } - .label { - flex-basis: 10px; - flex-grow: 1; - font-style: italic; - } - .property-key { - flex-basis: 200px; flex-grow: 3; font-style: italic; + overflow: auto; } .property-value { - flex-basis: 300px; + flex-basis: 100px; flex-grow: 8; justify-content: flex-start; overflow: auto; } - .name { - flex-basis: 200px; + .property-default { + flex-basis: 100px; + flex-grow: 2; + justify-content: flex-start; + overflow: auto; + } + + .info { + flex-basis: 300px; flex-grow: 1; flex-direction: column; align-items: flex-start; @@ -88,17 +92,17 @@ } .properties { - flex-basis: 200px; - flex-grow: 1; + flex-basis: 300px; + flex-grow: 3; flex-direction: column; align-items: flex-start; justify-content: flex-start; } + .btn { flex-grow: 0; flex-shrink: 0; - flex-basis: 100px; display: flex; flex-direction: column; align-items: flex-start; @@ -107,7 +111,7 @@ .btn paper-button { margin-bottom: 8px; - width: 100%; + width: 150px; } @@ -117,47 +121,88 @@ - - -
-
-
Component
-
Properties
-
+ +

Agent

+
+
+

+ Application Name:
+ [[agent.applicationName]] +

+

+ environment:
+ [[agent.environment]] +

+

+ locale:
+ [[agent.locale]] +

+

+ Config Path:
+ [[agent.configPath]] +

+

+ Data Path:
+ [[agent.dataPath]] +

+

+ Temp Path:
+ [[agent.tempPath]] +

+

+ Supported languages:
+ [[_getSupportedLanguages(agent)]] +

- -