Add UI support for multiple operations on keys
This commit is contained in:
parent
726cb5fe6a
commit
a55e92bc95
6 changed files with 283 additions and 22 deletions
|
@ -95,4 +95,22 @@
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.service-keys-manager-element .keys-list {
|
||||
list-style: circle;
|
||||
padding: 10px;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.service-keys-manager-element .keys-list li {
|
||||
padding: 4px;
|
||||
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
||||
}
|
||||
|
||||
.service-keys-manager-element .expiration-form .datetime-picker {
|
||||
margin-top: 4px;
|
||||
display: block;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
|
Reference in a new issue