[
https://issues.apache.org/jira/browse/METRON-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689700#comment-16689700
]
ASF GitHub Bot commented on METRON-1875:
----------------------------------------
Github user sardell commented on a diff in the pull request:
https://github.com/apache/metron/pull/1266#discussion_r234287609
--- Diff:
metron-interface/metron-alerts/src/app/alerts/alerts-list/table-view/table-view.component.spec.ts
---
@@ -31,12 +31,20 @@ import { UpdateService } from
'../../../service/update.service';
import { GlobalConfigService } from
'../../../service/global-config.service';
import { MetaAlertService } from '../../../service/meta-alert.service';
import { DialogService } from 'app/service/dialog.service';
+import {AppConfigService} from "../../../service/app-config.service";
--- End diff --
If possible, could you use single quotes and add spacing inside the
brackets? This formatting is specified by our tslint config, and editors like
VS code will show an error if it's not fixed.
> Expose configurable global settings in the Alerts UI
> ----------------------------------------------------
>
> Key: METRON-1875
> URL: https://issues.apache.org/jira/browse/METRON-1875
> Project: Metron
> Issue Type: Improvement
> Reporter: Ryan Merriman
> Priority: Major
>
> We need a way to change Alert UI properties without having to rebuild the
> application. There properties should be accessible within the Alerts UI code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)