mirror of https://github.com/apache/cloudstack.git
CS-15844:InterVlan - UI - Remove ACL Icon is not displayed properly for ACL Rules
This commit is contained in:
parent
5a72044dc7
commit
feaea413c7
|
|
@ -9654,6 +9654,12 @@ div.panel.ui-dialog div.list-view div.fixed-header {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
/*Acl multi-edit*/
|
||||
div.ui-dialog div.acl div.multi-edit div.data div.data-body {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
/*Action icons*/
|
||||
.action.edit .icon {
|
||||
background-position: 1px -1px;
|
||||
|
|
|
|||
|
|
@ -589,7 +589,7 @@
|
|||
break;
|
||||
case 'acl':
|
||||
// Show ACL dialog
|
||||
$('<div>').multiEdit(
|
||||
$('<div>').addClass('acl').multiEdit(
|
||||
$.extend(true, {}, actionArgs.multiEdit, {
|
||||
context: context
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue