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
44c067cd10
commit
f62b96125f
|
|
@ -9651,6 +9651,13 @@ 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%;
|
||||
}
|
||||
|
||||
|
||||
/*Autoscaler*/
|
||||
.ui-dialog div.autoscaler {
|
||||
overflow: auto;
|
||||
|
|
|
|||
|
|
@ -534,7 +534,7 @@
|
|||
break;
|
||||
case 'acl':
|
||||
// Show ACL dialog
|
||||
$('<div>').multiEdit(
|
||||
$('<div>').addClass('acl').multiEdit(
|
||||
$.extend(true, {}, actionArgs.multiEdit, {
|
||||
context: context
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue