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
6a150142
Commit
6a150142
authored
Dec 08, 2011
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make lint happy
parent
5aaa5c6a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Utils.js
www/manager/Utils.js
+1
-1
VNCConsole.js
www/manager/VNCConsole.js
+2
-2
AuthEdit.js
www/manager/dc/AuthEdit.js
+1
-1
StorageView.js
www/manager/dc/StorageView.js
+1
-1
NFSEdit.js
www/manager/storage/NFSEdit.js
+1
-1
No files found.
www/manager/Utils.js
View file @
6a150142
...
@@ -406,7 +406,7 @@ Ext.define('PVE.Utils', { statics: {
...
@@ -406,7 +406,7 @@ Ext.define('PVE.Utils', { statics: {
if
(
prefix
)
{
if
(
prefix
)
{
return
prefix
+
'
'
+
id
+
'
-
'
+
text
;
return
prefix
+
'
'
+
id
+
'
-
'
+
text
;
}
}
return
text
return
text
;
},
},
parse_task_upid
:
function
(
upid
)
{
parse_task_upid
:
function
(
upid
)
{
...
...
www/manager/VNCConsole.js
View file @
6a150142
...
@@ -312,7 +312,7 @@ Ext.define('PVE.KVMConsole', {
...
@@ -312,7 +312,7 @@ Ext.define('PVE.KVMConsole', {
handler
:
function
()
{
handler
:
function
()
{
me
.
reloadApplet
();
me
.
reloadApplet
();
}
}
}
,
}
];
];
Ext
.
apply
(
me
,
{
Ext
.
apply
(
me
,
{
...
@@ -409,7 +409,7 @@ Ext.define('PVE.OpenVZConsole', {
...
@@ -409,7 +409,7 @@ Ext.define('PVE.OpenVZConsole', {
me
.
reloadApplet
();
me
.
reloadApplet
();
}
}
}
}
];
];
Ext
.
apply
(
me
,
{
Ext
.
apply
(
me
,
{
tbar
:
tbar
,
tbar
:
tbar
,
...
...
www/manager/dc/AuthEdit.js
View file @
6a150142
...
@@ -108,7 +108,7 @@ Ext.define('PVE.dc.AuthEdit', {
...
@@ -108,7 +108,7 @@ Ext.define('PVE.dc.AuthEdit', {
}
}
});
});
if
(
me
.
create
)
{
if
(
me
.
create
)
{
me
.
title
=
gettext
(
'
Create realm
'
);
me
.
title
=
gettext
(
'
Create realm
'
);
}
else
{
}
else
{
me
.
title
=
Ext
.
String
.
format
(
gettext
(
'
Edit realm {0}
'
),
"
'
"
+
me
.
realm
+
"
'
"
);
me
.
title
=
Ext
.
String
.
format
(
gettext
(
'
Edit realm {0}
'
),
"
'
"
+
me
.
realm
+
"
'
"
);
...
...
www/manager/dc/StorageView.js
View file @
6a150142
...
@@ -75,7 +75,7 @@ Ext.define('PVE.dc.StorageView', {
...
@@ -75,7 +75,7 @@ Ext.define('PVE.dc.StorageView', {
reload
();
reload
();
},
},
failure
:
function
(
response
,
opts
)
{
failure
:
function
(
response
,
opts
)
{
Ext
.
Msg
.
alert
(
gette
tx
(
'
Error
'
),
response
.
htmlStatus
);
Ext
.
Msg
.
alert
(
gette
xt
(
'
Error
'
),
response
.
htmlStatus
);
}
}
});
});
}
}
...
...
www/manager/storage/NFSEdit.js
View file @
6a150142
...
@@ -117,7 +117,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
...
@@ -117,7 +117,7 @@ Ext.define('PVE.storage.NFSInputPanel', {
name
:
'
content
'
,
name
:
'
content
'
,
value
:
'
images
'
,
value
:
'
images
'
,
multiSelect
:
true
,
multiSelect
:
true
,
fieldLabel
:
gette
tx
(
'
Content
'
),
fieldLabel
:
gette
xt
(
'
Content
'
),
allowBlank
:
false
allowBlank
:
false
}
}
];
];
...
...
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