mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-15 11:24:32 +00:00
ObjectGroupSelector.js: fix border for action selector
This commit is contained in:
parent
84185bf4e9
commit
f2ca0a1a39
@ -12,6 +12,7 @@ Ext.define('PMG.ActionList', {
|
|||||||
alias: ['widget.pmgActionList'],
|
alias: ['widget.pmgActionList'],
|
||||||
|
|
||||||
title: PMG.Utils.oclass_text['action'],
|
title: PMG.Utils.oclass_text['action'],
|
||||||
|
border: false,
|
||||||
|
|
||||||
baseurl: '/config/ruledb/action',
|
baseurl: '/config/ruledb/action',
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ Ext.define('PMG.ObjectGroupSelector', {
|
|||||||
xtype: 'pmgActionList',
|
xtype: 'pmgActionList',
|
||||||
title: undefined,
|
title: undefined,
|
||||||
enableButtons: false,
|
enableButtons: false,
|
||||||
|
border: true,
|
||||||
listeners: {
|
listeners: {
|
||||||
itemdblclick: function(view, rec) {
|
itemdblclick: function(view, rec) {
|
||||||
me.fireEvent('selectObjectGroup', me, rec);
|
me.fireEvent('selectObjectGroup', me, rec);
|
||||||
|
Loading…
Reference in New Issue
Block a user