You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/09/12 14:10:51 UTC

[trafficcontrol] branch master updated: Fixes issue 2804 by adding the GROVE_PROFILE_TYPE to the FormProfileController.js

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 80019dc  Fixes issue 2804 by adding the GROVE_PROFILE_TYPE to the FormProfileController.js
80019dc is described below

commit 80019dca7ef19b9b4777e3d947c240fad922f4d2
Author: John Rushford <jr...@apache.org>
AuthorDate: Tue Sep 11 18:54:21 2018 +0000

    Fixes issue 2804 by adding the GROVE_PROFILE_TYPE to the
    FormProfileController.js
---
 .../app/src/common/modules/form/profile/FormProfileController.js       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/traffic_portal/app/src/common/modules/form/profile/FormProfileController.js b/traffic_portal/app/src/common/modules/form/profile/FormProfileController.js
index 94b750e..e8dee4f 100644
--- a/traffic_portal/app/src/common/modules/form/profile/FormProfileController.js
+++ b/traffic_portal/app/src/common/modules/form/profile/FormProfileController.js
@@ -42,7 +42,8 @@ var FormProfileController = function(profile, Restangular, $scope, $location, $u
         { value: 'KAFKA_PROFILE' },
         { value: 'LOGSTASH_PROFILE' },
         { value: 'ES_PROFILE' },
-        { value: 'UNK_PROFILE' }
+        { value: 'UNK_PROFILE' },
+        { value: 'GROVE_PROFILE' }
     ];
 
     $scope.falseTrue = [