X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=blobdiff_plain;f=ecomp-portal-FE-os%2Fclient%2Fsrc%2Fdirectives%2Fsearch-users%2Fsearch-users.tpl.html;h=d8a476d2c2c3ffe8149c48614840bd39b1aa90eb;hp=874b2b5eba007cf87e3270de1f3e0fe1981fdff7;hb=a59bc3e85eaf33c0a38063e5c30fe890588a0eb1;hpb=4be6886a011ddbc4543e8c27b759a27ff3415c18 diff --git a/ecomp-portal-FE-os/client/src/directives/search-users/search-users.tpl.html b/ecomp-portal-FE-os/client/src/directives/search-users/search-users.tpl.html index 874b2b5e..d8a476d2 100644 --- a/ecomp-portal-FE-os/client/src/directives/search-users/search-users.tpl.html +++ b/ecomp-portal-FE-os/client/src/directives/search-users/search-users.tpl.html @@ -2,7 +2,7 @@ ============LICENSE_START========================================== ONAP Portal =================================================================== - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. =================================================================== Unless otherwise specified, all software contained herein is licensed @@ -49,7 +49,7 @@ placeholder="Search" ng-model="searchUsers.searchUserString" ng-keyup="$event.keyCode===13 && searchUsersForm.searchString.$valid && searchUsers.searchUsers()" - pattern="[a-zA-Z0-9-'\s]{1,}" + pattern="[a-zA-Z0-9-_'\s]{1,}" maxlength="80" required="true" auto-focus tabindex="0"/>