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
37dfc896
Commit
37dfc896
authored
Jun 08, 2015
by
Alexandre Derumier
Committed by
Dietmar Maurer
Jun 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpuoptions : add emptyText
Signed-off-by:
Alexandre Derumier
<
aderumier@odiso.com
>
parent
8202ea51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CPUOptions.js
www/manager/qemu/CPUOptions.js
+3
-1
No files found.
www/manager/qemu/CPUOptions.js
View file @
37dfc896
...
@@ -39,6 +39,7 @@ Ext.define('PVE.qemu.CPUOptionsInputPanel', {
...
@@ -39,6 +39,7 @@ Ext.define('PVE.qemu.CPUOptionsInputPanel', {
value
:
''
,
value
:
''
,
fieldLabel
:
gettext
(
'
Vcpus
'
),
fieldLabel
:
gettext
(
'
Vcpus
'
),
allowBlank
:
true
,
allowBlank
:
true
,
emptyText
:
me
.
maxvcpus
},
},
{
{
xtype
:
'
numberfield
'
,
xtype
:
'
numberfield
'
,
...
@@ -48,7 +49,8 @@ Ext.define('PVE.qemu.CPUOptionsInputPanel', {
...
@@ -48,7 +49,8 @@ Ext.define('PVE.qemu.CPUOptionsInputPanel', {
value
:
''
,
value
:
''
,
step
:
1
,
step
:
1
,
fieldLabel
:
gettext
(
'
CPU limit
'
),
fieldLabel
:
gettext
(
'
CPU limit
'
),
allowBlank
:
true
allowBlank
:
true
,
emptyText
:
gettext
(
'
unlimited
'
)
},
},
{
{
xtype
:
'
numberfield
'
,
xtype
:
'
numberfield
'
,
...
...
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