| | |
| | | <div class="row"> |
| | | <div class="col-sm-12"> |
| | | <div class="element-wrapper"> |
| | | <div class="element-actions"> |
| | | <button ng-click="fn.add()" |
| | | class="btn btn-xlg btn-danger"><i class="os-icon os-icon-plus"></i> <span translate="api.addOverlapField">필드 만들기</span> |
| | | </button> |
| | | </div> |
| | | |
| | | |
| | | <div class="element-actions" ng-if="$root.checkMngPermission('USER_PERMISSION_MNG_ISSUE_STATUS')"> |
| | | </div> |
| | | <h6 class="element-header" translate="api.setting"> |
| | |
| | | |
| | | <div class="tab-content mt-30"> |
| | | <div ng-show="vm.tab == 'API_SPEC_SETTING'"> |
| | | <div ng-include include-replace src="'views/api/apiSettingHeader.html'"></div> |
| | | <div ng-include include-replace src="'views/api/apiSettingSpec.html'"></div> |
| | | </div> |
| | | <div ng-show="vm.tab == 'API_COL_SETTING'"> |
| | | <div ng-include include-replace src="'views/api/apiSettingHeader.html'"></div> |
| | | <div ng-include include-replace src="'views/api/apiSettingColumn.html'"></div> |
| | | </div> |
| | | <div ng-show="vm.tab == 'API_OVERLAP_SETTING'"> |
| | | <div ng-include include-replace src="'views/api/apiSettingHeader.html'"></div> |
| | | <div ng-include include-replace src="'views/api/apiSettingOverlap.html'"></div> |
| | | </div> |
| | | </div> |