Skip to content
Snippets Groups Projects
Commit c65fdb2a authored by Till Brehm's avatar Till Brehm
Browse files

Improvement for #5635

parent 92eeb89a
No related branches found
No related tags found
No related merge requests found
......@@ -1445,6 +1445,7 @@ $form["tabs"]['limits'] = array (
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => '',
'valuelimit' => 'client:limit_cron_type',
'value' => array('full' => 'Full Cron', 'chrooted' => 'Chrooted Cron', 'url' => 'URL Cron')
),
'limit_cron_frequency' => array (
......@@ -1498,6 +1499,7 @@ $form["tabs"]['limits'] = array (
'keyfield'=> 'template_id',
'valuefield'=> 'template_name'
),
'valuelimit' => 'client:limit_openvz_vm_template_id',
'value' => array(0 => ' ')
),
'limit_aps' => array (
......
......@@ -849,6 +849,7 @@ $form["tabs"]['limits'] = array (
'datatype' => 'VARCHAR',
'formtype' => 'SELECT',
'default' => '',
'valuelimit' => 'client:limit_cron_type',
'value' => array('full' => 'Full Cron', 'chrooted' => 'Chrooted Cron', 'url' => 'URL Cron')
),
'limit_cron_frequency' => array (
......@@ -902,6 +903,7 @@ $form["tabs"]['limits'] = array (
'keyfield'=> 'template_id',
'valuefield'=> 'template_name'
),
'valuelimit' => 'client:limit_openvz_vm_template_id',
'value' => array(0 => ' ')
),
'limit_aps' => array (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment