| | |
| | | <div class="logo-element"></div> |
| | | </a> |
| | | </div> |
| | | |
| | | <div class="logged-user-w avatar-inline"> |
| | | <div class="row mb-1" ng-if="$root.user.levelName != null" > |
| | | <span class="issue-main-label offset-detail-5 badge badge-primary">{{$root.user.levelName}}</span> |
| | | <span class="issue-main-label offset-detail-1 badge badge-department">{{$root.departments}}</span> |
| | | </div> |
| | | <div class="logged-user-i"> |
| | | <div class="avatar-w"> |
| | | <img alt="" ng-src="{{$root.user.profile}}"> |
| | |
| | | {{$root.user.name}} |
| | | </div> |
| | | </div> |
| | | <div class="logged-user-toggler-arrow"> |
| | | <div class="logged-user-toggler-arrow_change"> |
| | | <div class="os-icon os-icon-chevron-down"></div> |
| | | </div> |
| | | <div class="logged-user-menu color-style-bright"> |
| | |
| | | <span>ISSUE LIST</span> |
| | | </li> |
| | | |
| | | <li ng-repeat="issueType in $root.workIssueTypes"> |
| | | <li ng-repeat="issueType in $root.workIssueTypes" > |
| | | <a class="cursor" tabindex="-1" ng-click="fn.changeIssueListMenu(issueType.id)"> |
| | | <div class="icon-w"> |
| | | <div class="os-icon os-icon-layout"></div> |
| | |
| | | <span>{{issueType.name}}</span> |
| | | </a> |
| | | </li> |
| | | |
| | | <li ng-if="$root.workIssueTypes.length == 0"> |
| | | <a tabindex="-1"> |
| | | <div class="icon-w"> |
| | | <div class="os-icon os-icon-delete"></div> |
| | | </div> |
| | | <span translate="common.notIssueType">이슈 유형이 없습니다.</span> |
| | | </a> |
| | | </li> |
| | | <!-- |
| | | <li class=""> |
| | | <a ui-sref="tasks.agileBoard" tabindex="-1"> |
| | |
| | | </li> |
| | | |
| | | <li class="sub-header" ng-if="$root.checkMngPermission('USER_PERMISSION_MNG_PARTNER')"> |
| | | <span>LIST MANAGEMENT</span> |
| | | <span>PARTNER LIST</span> |
| | | </li> |
| | | <li class="" ng-if="$root.checkMngPermission('USER_PERMISSION_MNG_PARTNER')"> |
| | | <a ui-sref="companyField.list" tabindex="-1"> |