mirror of https://github.com/apache/cloudstack.git
Widen ACL UI dialog box, to prevent overflow
This commit is contained in:
parent
c792fe02b4
commit
dd653618fb
|
|
@ -459,7 +459,7 @@
|
|||
).dialog({
|
||||
title: 'Configure ACL',
|
||||
dialogClass: 'configure-acl',
|
||||
width: 820,
|
||||
width: 900,
|
||||
height: 600,
|
||||
buttons: {
|
||||
'Done': function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue