mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-15 14:11:35 +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'],
|
||||
|
||||
title: PMG.Utils.oclass_text['action'],
|
||||
border: false,
|
||||
|
||||
baseurl: '/config/ruledb/action',
|
||||
|
||||
|
@ -42,6 +42,7 @@ Ext.define('PMG.ObjectGroupSelector', {
|
||||
xtype: 'pmgActionList',
|
||||
title: undefined,
|
||||
enableButtons: false,
|
||||
border: true,
|
||||
listeners: {
|
||||
itemdblclick: function(view, rec) {
|
||||
me.fireEvent('selectObjectGroup', me, rec);
|
||||
|
Loading…
Reference in New Issue
Block a user