Skip to content

Commit feaea41

Browse files
committed
CS-15844:InterVlan - UI - Remove ACL Icon is not displayed properly for ACL Rules
1 parent 5a72044 commit feaea41

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ui/css/cloudstack3.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9654,6 +9654,12 @@ div.panel.ui-dialog div.list-view div.fixed-header {
96549654
overflow: auto;
96559655
}
96569656

9657+
/*Acl multi-edit*/
9658+
div.ui-dialog div.acl div.multi-edit div.data div.data-body {
9659+
width:100%;
9660+
}
9661+
9662+
96579663
/*Action icons*/
96589664
.action.edit .icon {
96599665
background-position: 1px -1px;

ui/scripts/ui-custom/vpc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
break;
590590
case 'acl':
591591
// Show ACL dialog
592-
$('<div>').multiEdit(
592+
$('<div>').addClass('acl').multiEdit(
593593
$.extend(true, {}, actionArgs.multiEdit, {
594594
context: context
595595
})

0 commit comments

Comments
 (0)