Author: jfthomps
Date: Thu Jun  8 03:05:37 2017
New Revision: 1798012

URL: http://svn.apache.org/viewvc?rev=1798012&view=rev
Log:
utils.php: modified getDojoHTML: moved serverProfiles case to the end of the 
switch statement so generateDojoProfile.py would parse the switch statement 
correctly

Modified:
    vcl/trunk/web/.ht-inc/utils.php

Modified: vcl/trunk/web/.ht-inc/utils.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/utils.php?rev=1798012&r1=1798011&r2=1798012&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/utils.php (original)
+++ vcl/trunk/web/.ht-inc/utils.php Thu Jun  8 03:05:37 2017
@@ -13642,22 +13642,6 @@ function getDojoHTML($refresh) {
                                              'dojox.grid.DataGrid',
                                              'dijit.form.Button');
                        break;
-               /*case 'serverProfiles':
-                       $filename = 'vclServerProfiles.js';
-                       $dojoRequires = array('dojo.parser',
-                                             'dijit.Dialog',
-                                             'dijit.form.Button',
-                                             'dijit.form.FilteringSelect',
-                                             'dijit.form.Select',
-                                             'dijit.form.TextBox',
-                                             'dijit.form.ValidationTextBox',
-                                             'dijit.form.CheckBox',
-                                             'dijit.form.Textarea',
-                                             'dijit.layout.ContentPane',
-                                             'dijit.layout.TabContainer',
-                                             'dojox.string.sprintf',
-                                             'dojo.data.ItemFileWriteStore');
-                       break;*/
                case 'editVMInfo':
                        $filename = 'vclVirtualHosts.js';
                        $dojoRequires = array('dojo.parser',
@@ -13741,6 +13725,22 @@ function getDojoHTML($refresh) {
                                              'dijit.layout.TabContainer');
                        break;
                # TODO clean up
+               /*case 'serverProfiles':
+                       $filename = 'vclServerProfiles.js';
+                       $dojoRequires = array('dojo.parser',
+                                             'dijit.Dialog',
+                                             'dijit.form.Button',
+                                             'dijit.form.FilteringSelect',
+                                             'dijit.form.Select',
+                                             'dijit.form.TextBox',
+                                             'dijit.form.ValidationTextBox',
+                                             'dijit.form.CheckBox',
+                                             'dijit.form.Textarea',
+                                             'dijit.layout.ContentPane',
+                                             'dijit.layout.TabContainer',
+                                             'dojox.string.sprintf',
+                                             'dojo.data.ItemFileWriteStore');
+                       break;*/
                /*case 'testDojoREST':
                        $filename = '';
                        $dojoRequires = array('dojo.parser',


Reply via email to