IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
on ie11, the 'clip' setting will always be parsed to true
(because of weird calls to some functions which try to get
the clip setting at the wrong time, but only in ie11)
so instead of initSetting, we forceSetting the clip to false
if clip is true, it gets in the way of resizing
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
The display glitch bug has finally be fixed
c802d93189
We can now bump to last version, which improve performance.
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
They are performances improvements and fullscreen button support
changelog: only display fullscreen button is resize=scale is defined
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This way, we get a very lightweight console, because we avoid loading
all ExtJS classes. Also it is fully functional on mobile devices now.
I removed the websockify code because we implement websockets in HTTPServer.pm.
The html code moved to pve-manager, because we need to include CSRF token and
gettext catalogs.