mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
improved transformation interface
This commit is contained in:
parent
77626aa674
commit
ee333df53f
@ -5,12 +5,11 @@
|
||||
<div>
|
||||
<span translate>{{ 'expected_data_type' }}</span> : {{datatype}}
|
||||
</div>
|
||||
<form name="mappingForm">
|
||||
<form name="mappingForm" class="m-t-md">
|
||||
<ng-switch on="datatype">
|
||||
|
||||
<!-- BOOLEAN -->
|
||||
<div ng-switch-when="boolean">
|
||||
<h4 translate>{{ 'transformation_rules' }}</h4>
|
||||
<label for="true_value">true</label>
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
@ -28,7 +27,6 @@
|
||||
|
||||
<!-- DATE -->
|
||||
<div ng-switch-when="date">
|
||||
<h4 translate>{{ 'transformation_rules' }}</h4>
|
||||
<label for="date_format" translate>{{ 'input_format' }}</label>
|
||||
<select name="date_format"
|
||||
id="date_format"
|
||||
|
@ -250,7 +250,6 @@ en:
|
||||
authentication_type_is_required: "Authentication type is required."
|
||||
data_mapping: "Data mapping"
|
||||
expected_data_type: "Expected data type"
|
||||
transformation_rules: "Transformation rules"
|
||||
input_format: "Input format"
|
||||
|
||||
oauth2:
|
||||
|
@ -250,7 +250,6 @@ fr:
|
||||
authentication_type_is_required: "Le type d'authentification est requis."
|
||||
data_mapping: "Correspondance des données"
|
||||
expected_data_type: "Type de données attendues"
|
||||
transformation_rules: "Règles de transformation"
|
||||
input_format: "Format d'entrée"
|
||||
|
||||
oauth2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user