mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(container-inspect): display content in tree view by default (#1310)
This commit is contained in:
parent
c97f1d24cd
commit
ddd804ee2e
5 changed files with 35 additions and 8 deletions
|
@ -7,10 +7,6 @@ html, body, #content-wrapper, .page-content, #view {
|
|||
white-space: normal !important;
|
||||
}
|
||||
|
||||
.btn-group button {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.messages {
|
||||
max-height: 50px;
|
||||
overflow-x: hidden;
|
||||
|
@ -615,3 +611,20 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
font-family: monospace;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* json-tree */
|
||||
|
||||
json-tree {
|
||||
font-size: 13px;
|
||||
color: #30426a;
|
||||
}
|
||||
json-tree .key {
|
||||
color: #738bc0;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
json-tree .branch-preview {
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue