| | |
| | | owl-auto-focus |
| | | ng-model="vm.searchAll.keyWord" |
| | | placeholder="{{'issue.pleaseEnterIssueKeyWord' | translate}}" |
| | | ng-enter="fn.searchAll(0)"> |
| | | ng-enter="fn.searchAll(0)">ㅐ |
| | | <div class="input-group-prepend ml-10"> |
| | | <button class="btn btn-navy" ng-click="fn.searchAll(0)"> <span translate="common.search">검색</span></button> |
| | | </div> |
| | |
| | | |
| | | |
| | | <!-- 전체 프로젝트 일때 이슈 만들기 버튼 숨김 --> |
| | | <button class="btn btn-xlg btn-primary btn-rounded mr-10 ml-3" ng-if="$root.workProject.id > -1" ng-click="fn.addIssue()" tabindex="-1"> |
| | | <button class="btn btn-xlg btn-primary btn-rounded mr-10 ml-3" ng-if="$root.workProject.id > -1 && !$root.allIssueList" ng-click="fn.addIssue()" tabindex="-1"> |
| | | <i class="os-icon os-icon-plus"></i> <span translate="issue.createIssue">이슈 만들기</span> |
| | | </button> |
| | | |