OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-28 f04c1ae0ff0388427f83a579002880d5dbb149d2
src/main/webapp/views/project/projectAdd.html
@@ -19,7 +19,7 @@
                       autofocus
                       autocomplete="off"
                       ng-model="vm.form.name"
                       input-regex="[^a-zA-Z0-9 가-힣ㄱ-ㅎㅏ-ㅣ\u318D\u119E\u11A2\u2022\u2025a\u00B7\uFE55]"
                       input-regex="/[^?a-zA-Z0-9/]/"
                       ng-maxlength="50"
                       maxlength="50"
                       kr-input
@@ -27,7 +27,7 @@
                <small ng-show="projectAddForm.name.$error.maxlength" class="help-block form-text text-danger" translate="common.upTo50Characters">
                    최대 50글자까지 입력할 수 있습니다.
                </small>
                <small translate="project.limitNameToSpecialCharacters">프로젝트 명은 특수 문자를 입력할 수 없습니다.</small>
                <!--<small translate="project.limitNameToSpecialCharacters">프로젝트 명은 특수 문자를 입력할 수 없습니다.</small>-->
            </div>
            <div class="form-group">