You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2017/03/15 18:22:42 UTC

svn commit: r1787089 - /vcl/trunk/web/.ht-inc/states.php

Author: jfthomps
Date: Wed Mar 15 18:22:42 2017
New Revision: 1787089

URL: http://svn.apache.org/viewvc?rev=1787089&view=rev
Log:
VCL-1024 - comment out Server Profile code

forgot to include states.php in last ci command, though I included the description of changes in the commit

states.php: commented out the following: serverProfiles, AJsaveServerProfile, AJserverProfileData, AJdelServerProfile, jsonProfileGroupingGroups, jsonProfileGroupingProfiles, AJaddGroupToProfile, AJremGroupFromProfile, AJaddProfileToGroup, AJremProfileFromGroup, AJserverProfileStoreData, AJfetchRouterDNS

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

Modified: vcl/trunk/web/.ht-inc/states.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/states.php?rev=1787089&r1=1787088&r2=1787089&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/states.php (original)
+++ vcl/trunk/web/.ht-inc/states.php Wed Mar 15 18:22:42 2017
@@ -30,7 +30,7 @@ $actions["entry"] = array('main',
                           'blockAllocations',
                           'userpreferences',
                           'viewGroups',
-                          'serverProfiles',
+                          #'serverProfiles',
                           'pickTimeTable',
                           'viewNodes',
                           'userLookup',
@@ -140,7 +140,7 @@ $noHTMLwrappers = array('sendRDPfile',
                         'AJpermSelectUserGroup',
                         'AJcopyUserGroupPrivs',
                         'AJsaveUserGroupPrivs',
-                        'AJsaveServerProfile',
+                        /*'AJsaveServerProfile',
                         'AJserverProfileData',
                         'AJdelServerProfile',
                         'jsonProfileGroupingGroups',
@@ -150,7 +150,7 @@ $noHTMLwrappers = array('sendRDPfile',
                         'AJaddProfileToGroup',
                         'AJremProfileFromGroup',
                         'AJserverProfileStoreData',
-                        'AJfetchRouterDNS',
+                        'AJfetchRouterDNS',*/
                         'AJconfirmDeleteRequest',
                         'AJsubmitDeleteRequest',
                         'AJconfirmRemoveRequest',
@@ -374,7 +374,7 @@ $actions['pages']['jsonUserGroupStore']
 $actions['pages']['jsonResourceGroupStore'] = "manageGroups";
 
 # server profiles
-$actions['mode']['serverProfiles'] = "serverProfiles"; # entry
+/*$actions['mode']['serverProfiles'] = "serverProfiles"; # entry
 $actions['mode']['AJsaveServerProfile'] = "AJsaveServerProfile";
 $actions['mode']['AJserverProfileData'] = "AJserverProfileData";
 $actions['mode']['AJdelServerProfile'] = "AJdelServerProfile";
@@ -397,7 +397,7 @@ $actions['pages']['AJremGroupFromProfile
 $actions['pages']['AJaddProfileToGroup'] = "serverProfiles";
 $actions['pages']['AJremProfileFromGroup'] = "serverProfiles";
 $actions['pages']['AJserverProfileStoreData'] = "serverProfiles";
-$actions['pages']['AJfetchRouterDNS'] = "serverProfiles";
+$actions['pages']['AJfetchRouterDNS'] = "serverProfiles";*/
 
 # time table
 # TODO a few of these belong to new reservation