Univention Bugzilla – Attachment 9242 Details for
Bug 45498
Buttons in UVMM grid obstructed by tooltip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
45498.patch (text/plain), 964 bytes, created by
Johannes Keiser
on 2017-10-09 17:53:34 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Johannes Keiser
Created:
2017-10-09 17:53:34 CEST
Size:
964 bytes
patch
obsolete
>diff --git a/virtualization/univention-virtual-machine-manager-daemon/umc/js/uvmm.js b/virtualization/univention-virtual-machine-manager-daemon/umc/js/uvmm.js >index be4e52c..dae75e5 100644 >--- a/virtualization/univention-virtual-machine-manager-daemon/umc/js/uvmm.js >+++ b/virtualization/univention-virtual-machine-manager-daemon/umc/js/uvmm.js >@@ -1291,7 +1291,7 @@ define([ > var btn = new Button({ > label: '', > iconClass: 'umcIconPlay', >- style: 'padding: 0; display: inline; margin: 0;', >+ style: 'padding: 0; display: block; margin: 0;', > callback: lang.hitch(this, call, 'RUN', 'start', [id], [item]) > }); > this._grid.own(btn); >@@ -1315,7 +1315,7 @@ define([ > var btn = new Button({ > label: '', > iconClass: 'umcIconView', >- style: 'padding: 0; display: inline; margin: 0;', >+ style: 'padding: 0; display: block; margin: 0;', > callback: lang.hitch(this, 'vncLink', [id], [item]) > }); > this._grid.own(btn);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 45498
:
9241
| 9242