mirror of https://github.com/apache/cloudstack.git
Added min and max width to the amount of the left panel that can be dragged.
This commit is contained in:
parent
d43e9ecc8b
commit
e31015bdf3
|
|
@ -41,6 +41,8 @@ var md5Hashed = true;
|
|||
|
||||
// Setup drag and slide for the main UI
|
||||
$("#west_panel").resizable({
|
||||
minWidth: 221,
|
||||
maxWidth: 421,
|
||||
ghost: true,
|
||||
stop: function(event, ui) {
|
||||
var resized = ui.size.width - 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue