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
16283a5a
Commit
16283a5a
authored
Dec 23, 2011
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make jslint happy
parent
1602df1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Summary.js
www/manager/dc/Summary.js
+6
-4
No files found.
www/manager/dc/Summary.js
View file @
16283a5a
...
@@ -172,7 +172,7 @@ Ext.define('PVE.dc.HAServiceView', {
...
@@ -172,7 +172,7 @@ Ext.define('PVE.dc.HAServiceView', {
flex
:
1
,
flex
:
1
,
sortable
:
true
,
sortable
:
true
,
dataIndex
:
'
last_owner
'
dataIndex
:
'
last_owner
'
}
,
}
],
],
listeners
:
{
listeners
:
{
show
:
rstore
.
startUpdate
,
show
:
rstore
.
startUpdate
,
...
@@ -222,7 +222,8 @@ Ext.define('PVE.dc.HAServiceView', {
...
@@ -222,7 +222,8 @@ Ext.define('PVE.dc.HAServiceView', {
Ext
.
define
(
'
PVE.dc.Summary
'
,
{
Ext
.
define
(
'
PVE.dc.Summary
'
,
{
extend
:
'
Ext.panel.Panel
'
,
extend
:
'
Ext.panel.Panel
'
,
alias
:
'
widget.pveDcSummary
'
,
alias
:
[
'
widget.pveDcSummary
'
],
initComponent
:
function
()
{
initComponent
:
function
()
{
var
me
=
this
;
var
me
=
this
;
...
@@ -236,7 +237,7 @@ Ext.define('PVE.dc.Summary', {
...
@@ -236,7 +237,7 @@ Ext.define('PVE.dc.Summary', {
});
});
var
nodegrid
=
Ext
.
create
(
'
PVE.dc.NodeView
'
,
{
var
nodegrid
=
Ext
.
create
(
'
PVE.dc.NodeView
'
,
{
title
:
gettext
(
'
Nodes
'
),
title
:
gettext
(
'
Nodes
'
),
border
:
false
,
border
:
false
,
region
:
'
center
'
,
region
:
'
center
'
,
flex
:
3
flex
:
3
...
@@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', {
...
@@ -256,6 +257,7 @@ Ext.define('PVE.dc.Summary', {
}
}
}
}
});
});
me
.
callParent
();
me
.
callParent
();
}
}
});
});
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