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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
it already was in the comment but i forgot it:
some browsers need an even size,
so we do Floor(x/2)*2
but if we have an uneven height, we get a window
that is a pixel too small, resulting in a scrollbar
so we have to add 1 first (like with the width)
Floor((x+1)/2)*2
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
this patch makes the bar white (instead of a blue gradient),
yellow in warning state, and red in error state
this also makes the buttons blue like our "Create VM"
Button
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
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.