Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
33477e30
Commit
33477e30
authored
Jul 07, 2015
by
Emmanuel Kasper
Committed by
Dietmar Maurer
Jul 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add EXT5DEBUG header, comment function to allow the dc Config panel to load
parent
fb758178
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
SelectFeature.js
www/manager5/grid/SelectFeature.js
+12
-11
No files found.
www/manager5/grid/SelectFeature.js
View file @
33477e30
Ext
.
override
(
Ext
.
view
.
Table
,
{
Ext
.
override
(
Ext
.
view
.
Table
,
{
afterRender
:
function
()
{
var
me
=
this
;
me
.
callParent
();
me
.
mon
(
me
.
el
,
{
scroll
:
me
.
fireBodyScroll
,
scope
:
me
});
if
(
!
me
.
featuresMC
||
(
me
.
featuresMC
.
findIndex
(
'
ftype
'
,
'
selectable
'
)
<
0
))
{
me
.
el
.
unselectable
();
}
me
.
attachEventsForFeatures
();
// EXT5DEBUG
// me.mon(me.el, {
// scroll: me.fireBodyScroll,
// scope: me
// });
// if (!me.featuresMC ||
// (me.featuresMC.findIndex('ftype', 'selectable') < 0)) {
// me.el.unselectable();
// }
//
// me.attachEventsForFeatures();
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment