[ 
https://issues.apache.org/jira/browse/METRON-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941269#comment-15941269
 ] 

ASF GitHub Bot commented on METRON-623:
---------------------------------------

Github user simonellistonball commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/489#discussion_r107988742
  
    --- Diff: 
metron-interface/metron-config/src/app/sensors/sensor-field-schema/sensor-field-schema.component.scss
 ---
    @@ -0,0 +1,168 @@
    +/**
    + * Licensed to the Apache Software Foundation (ASF) under one
    + * or more contributor license agreements.  See the NOTICE file
    + * distributed with this work for additional information
    + * regarding copyright ownership.  The ASF licenses this file
    + * to you under the Apache License, Version 2.0 (the
    + * "License"); you may not use this file except in compliance
    + * with the License.  You may obtain a copy of the License at
    + *
    + *     http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing, software
    + * distributed under the License is distributed on an "AS IS" BASIS,
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    + * See the License for the specific language governing permissions and
    + * limitations under the License.
    + */
    +@import "../../_variables.scss";
    +
    +.form-title
    +{
    +  padding-left: 25px;
    +}
    +
    +.title
    +{
    +  font-size: 12px;
    +}
    +
    +.close-button
    +{
    +  padding-right: 20px;
    +}
    +
    +.field-schema-row
    +{
    +  display: table;
    +  width: 100%;
    +  padding: 10px 0px 10px 0px;
    +  background: #383838;
    +}
    +
    +.field-schema-edit-title
    +{
    +  font-size: 15px;
    +  font-weight: bold;
    +}
    +
    +.field-schema-cell
    +{
    +  float: none;
    +  font-size: 13px;
    +  height: 15px;
    +  line-height: 15px;
    +  display: table-cell;
    +  vertical-align: middle;
    +  word-break: break-all;
    +  font-family: Roboto-Regular;
    +}
    +
    +.field-schema-cell-title
    +{
    +  @extend .field-schema-cell;
    +  color: $silver-color;
    +  font-size: 14px;
    +}
    +
    +.field-schema-cell-value
    +{
    +  @extend .field-schema-cell;
    +  font-size: 13px;
    +}
    +
    +.small-close-button {
    +  font-size:20px;
    +  color:#bdbdbd;
    +  cursor: pointer;
    +}
    +
    +.config
    +{
    +  background: $edit-background;
    +  border: 1px solid $edit-background-border;
    +}
    +
    +.enrichment-cell
    +{
    +  display: table-cell;
    +  vertical-align: middle;
    +  float: none;
    +  min-height: 35px;
    +  line-height: 20px;
    +}
    +
    +.enrichments-edit-title
    +{
    +  font-size: 15px;
    +  font-weight: bold;
    +}
    +
    +.transform-info-row
    +{
    +  display: table;
    +  width: 100%;
    +  min-height: 35px;
    +}
    +
    +.edit-pane-readonly
    +{
    +  background: #083B44;
    --- End diff --
    
    should be in variables


> Management UI
> -------------
>
>                 Key: METRON-623
>                 URL: https://issues.apache.org/jira/browse/METRON-623
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Ryan Merriman
>            Assignee: Ryan Merriman
>
> It would be useful to have a User Interface for modifying parser/enrichment 
> configurations and managing topologies.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to