OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-13 4545664bbece1b1b185945376b344b1660669a53
src/main/webapp/views/project/projectCustomFieldConfig.html
@@ -18,6 +18,7 @@
                        required
                        ng-model="vm.form.issueTypeId"
                        ng-change="fn.issueTypeChange()">
<!--                    ng-if="relationCustomField.checked == 'false'"-->
                    <option value="" translate="common.choose">선택하세요.</option>
                    <option ng-value="issueType.id" ng-repeat="issueType in vm.issueTypes">{{::issueType.name}}</option>
                </select>
@@ -45,8 +46,14 @@
                                            {{customField.name}}
                                        </div>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'INPUT'" translate="common.stringField">문자열 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'SINGLE_SELECT'" translate="common.singleSelectionField">단일 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'NUMBER'" translate="common.numberField">숫자 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'DATETIME'" translate="common.datetimeField">날짜 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'IP_ADDRESS'" translate="common.ipAddressField">IP Address 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'EMAIL'" translate="common.emailField">이메일 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'SITE'" translate="common.siteField">URL 선택 필드</small>
                                        <small class="fc-grey" ng-show="customField.customFieldType == 'TEL'" translate="common.telField">전화번호 선택 필드</small>
                                    </div>
                                    <!--<span>{{customField.name}}</span> <input type="checkbox" ng-model="customField.checked">-->
@@ -73,8 +80,14 @@
                                            {{relationCustomField.name}}
                                        </div>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'INPUT'" translate="common.stringField">문자열 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'SINGLE_SELECT'" translate="common.singleSelectionField">단일 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'NUMBER'" translate="common.numberField">숫자 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'DATETIME'" translate="common.datetimeField">날짜 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'IP_ADDRESS'" translate="common.ipAddressField">IP Address 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'EMAIL'" translate="common.emailField">이메일 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'SITE'" translate="common.siteField">URL 선택 필드</small>
                                        <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'TEL'" translate="common.telField">전화번호 선택 필드</small>
                                    </div>
                                    <!--<span>{{relationCustomField.name}}</span> <input type="checkbox"
                                                                                     ng-model="relationCustomField.checked">-->