diff --git a/panels/dev-info/ha-panel-dev-info.html b/panels/dev-info/ha-panel-dev-info.html index 6d2477d709..a788ef7d85 100644 --- a/panels/dev-info/ha-panel-dev-info.html +++ b/panels/dev-info/ha-panel-dev-info.html @@ -1,11 +1,17 @@ + + + + + + @@ -19,7 +25,7 @@ } .content { - padding: 16px; + padding: 16px 0px 16px 0; } .about { @@ -40,9 +46,7 @@ } .error-log-intro { - margin-top: 16px; - border-top: 1px solid var(--light-primary-color); - padding-top: 16px; + margin: 16px; } paper-icon-button { @@ -54,6 +58,51 @@ clear: both; white-space: pre-wrap; } + + .system-log-intro { + margin: 16px; + border-top: 1px solid var(--light-primary-color); + padding-top: 16px; + } + + paper-card { + display: block; + padding-top: 16px; + } + + paper-item { + cursor: pointer; + } + + .header { + @apply(--paper-font-title); + } + + paper-dialog { + border-radius: 2px; + } + + @media all and (max-width: 450px), all and (max-height: 500px) { + paper-dialog { + margin: 0; + width: 100%; + max-height: calc(100% - 64px); + + position: fixed !important; + bottom: 0px; + left: 0px; + right: 0px; + overflow: scroll; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + } + + .loading-container { + @apply(--layout-vertical); + @apply(--layout-center-center); + height: 100px; + } @@ -64,7 +113,7 @@ -
+


@@ -92,14 +141,65 @@ Icons by Google and MaterialDesignIcons.com.

+ +
+ + + + +

- The following errors have been logged this session: + Press the button to load the full Home Assistant log.

[[errorLog]]
- + + +

Log Details ([[selectedItem.level]])

+ +

[[fullTimeStamp(selectedItem.timestamp)]]

+ + +
+
+