From 9c879ab12134cb6841edefeff2ce948ad27d8680 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 28 12월 2021 14:18:05 +0900 Subject: [PATCH] - prod 설정파일 수정 => 스케쥴러 사용으로 변경 => 첨부파일 저장 폴더명 변경 - 공지사항 알림 표시 삭제 - 이슈유형에서 워크플로우 변경시 이슈 이력 오류 수정 --- src/main/webapp/views/common/header.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html index adab7ca..519dd8b 100644 --- a/src/main/webapp/views/common/header.html +++ b/src/main/webapp/views/common/header.html @@ -29,12 +29,13 @@ <div class="input-group"> <input class="form-control" type="text" - tabindex="-1" + tabindex="-2" maxlength="300" kr-input owl-auto-focus ng-model="vm.searchAll.keyWord" - placeholder="{{'issue.pleaseEnterIssueKeyWord' | translate}}"> + placeholder="{{'issue.pleaseEnterIssueKeyWord' | translate}}" + 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> @@ -58,7 +59,7 @@ --> <div class="messages-notifications os-dropdown-trigger os-dropdown-position-left" ui-sref="notices.list" style="padding-top:5px;"> - <span class="new-messages-push"></span> +<!-- <span class="new-messages-push"></span>--> <i class="dripicons-broadcast"></i> </div> -- Gitblit v1.8.0