mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* API returns more info about container * Display more info about containers * Update UI static files * Fix unit tests * Get/Set sources configuration * [ui] create container with sources mount configuration * e2e tests + ui static files * Set containers's envvars * Regenerate UI static files * Add Annotation to POST /container * [api] Create Container with Annotations * [ui] Annotations when creating container * Regenerate UI static files * [api] Endpoints when adding container * [ui] Endpoints when adding container * Regenerate UI static files
40 lines
716 B
CSS
40 lines
716 B
CSS
.main { padding: 16px; }
|
|
mat-card { margin-bottom: 16px; }
|
|
mat-card-content { padding: 16px; }
|
|
.volume-mount {
|
|
margin-top: 4px;
|
|
}
|
|
.volume-mount > mat-chip {
|
|
top: -11px;
|
|
}
|
|
.volume-mount > span.path {
|
|
position: relative;
|
|
top: -14px;
|
|
}
|
|
table.aligned > tr > td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
div.endpoint-list {
|
|
display: float;
|
|
}
|
|
mat-card.endpoint {
|
|
width: fit-content;
|
|
float: left;
|
|
margin: 0 8px;
|
|
}
|
|
mat-card.endpoint mat-card-header {
|
|
padding: 8px 8px 0 8px;
|
|
}
|
|
mat-card.endpoint mat-card-title {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
mat-card.endpoint mat-card-subtitle {
|
|
font-size: 12px;
|
|
line-height: 24px;
|
|
}
|
|
mat-card.endpoint mat-card-content {
|
|
padding: 8px;
|
|
}
|