You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/02/18 09:03:05 UTC

[GitHub] ruffle1986 commented on a change in pull request #1340: METRON-2007: Management UI not loading grok statements correctly

ruffle1986 commented on a change in pull request #1340: METRON-2007: Management UI not loading grok statements correctly
URL: https://github.com/apache/metron/pull/1340#discussion_r257605168
 
 

 ##########
 File path: metron-interface/metron-config/src/app/service/hdfs.service.ts
 ##########
 @@ -16,7 +16,7 @@
  * limitations under the License.
  */
 import { Injectable, Inject } from '@angular/core';
-import { HttpClient, HttpParams } from '@angular/common/http';
+import {HttpClient, HttpHeaders, HttpParams} from '@angular/common/http';
 
 Review comment:
   Thank you very much for the quick fix and sorry for the inconveniences.
   
   I see a small possible tweak here but it's not critical at all.
   
   You're importing the `HttpHeaders` object but you're not using it in the code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services