mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(templates): introduce templates management (#2017)
This commit is contained in:
parent
e7939a5384
commit
61c285bd2e
63 changed files with 3489 additions and 637 deletions
|
@ -152,6 +152,8 @@ a[ng-click]{
|
|||
.template-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
border-top: 2px solid #e2e2e2;
|
||||
}
|
||||
|
||||
.template-logo {
|
||||
|
@ -195,6 +197,11 @@ a[ng-click]{
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.template-type {
|
||||
font-size: 0.9em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.template-description {
|
||||
font-size: 0.9em;
|
||||
padding-right: 1em;
|
||||
|
@ -741,6 +748,16 @@ ul.sidebar .sidebar-list .sidebar-sublist a.active {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.template-envvar {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.line-separator{
|
||||
border-bottom: 1px solid #777;
|
||||
width: 50%;
|
||||
margin: 20px auto 10px auto;
|
||||
}
|
||||
|
||||
/*bootbox override*/
|
||||
.modal-open {
|
||||
padding-right: 0 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue