mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user