blob: ab0aac47793d379ee996a87b404d272e2306e9b9 [file] [log] [blame]
<!--
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.
-->
<div class="container-fluid" id="viewruleContent" style="overflow:auto;">
<div class="row">
<h5 class="over-title margin-bottom-15">Basic information</h5>
</div><!--//row-->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div id="viewrule-definition" class="viewrule-content">
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Model Name:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{form.data.basic.name}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Model Definition:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{form.data.basic.desc}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Model Type:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{form.data.basic.type|strmap:ruleTypes}}
</div>
</div>
<div class="row">
<label for="systemSelector" class="col-md-4 col-lg-4 col-sm-4">
Organization:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{form.data.basic.system|strmap:ruleSystems}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
DataAsset:
</label>
<div class="col-md-8 col-lg-8 col-sm-8" style="color: #fff">
{{form.data.basic.dataaset}}
</div>
</div>
<div class="row" ng-show="form.data.extra.vaType=='9'">
<label class="col-md-4 col-lg-4 col-sm-4">
Regular Expression:
</label>
<div class="col-md-8 col-lg-8 col-sm-8" style="color: #fff">
{{form.data.basic.regex}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Threshold:
</label>
<div class="col-md-8 col-lg-8 col-sm-8" style="color: #fff">
{{form.data.basic.threshold}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Schedule Type:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{form.data.basic.scheduleType|strmap:scheduleTypes}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Notification email:
</label>
<div class="col-md-8 col-lg-8 col-sm-8" style="color: #fff">
{{form.data.basic.email}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Owner:
</label>
<div class="col-md-8 col-lg-8 col-sm-8" style="color: #fff">
{{form.data.basic.owner}}
</div>
</div>
</div>
</div>
</div><!--//row-->
<br/>
<h5 class="row">Key information</h5>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div id="viewrule-definition" class="viewrule-content">
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Validity type:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{form.vaType|strmap:vaTypes}}
</div>
</div>
<div class="row">
<label class="col-md-4 col-lg-4 col-sm-4">
Selected column:
</label>
<div class="col-md-8 col-lg-8 col-sm-8 " style="color: #fff">
{{currentNode.parent.name}}.{{currentNode.name}}.{{form.selection}}
</div>
</div>
</div>
</div>
</div>
</div>