| | |
| | | <div class="logo-element"></div> |
| | | </a> |
| | | </div> |
| | | |
| | | <div class="logged-user-w avatar-inline"> |
| | | <div class="row mb-1" ng-if="$root.myLevel != null" > |
| | | <span class="issue-main-label offset-detail-5 badge badge-primary">{{$root.myLevel}}</span> |
| | | <span class="issue-main-label offset-detail-1 badge badge-department">{{$root.myDepartments}}</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 translate="managementType.managementIssueType">일감 유형 관리</span></a> |
| | | </li> |
| | | |
| | | <li class="sub-header" ng-if="$root.checkMngPermissionSettings()"> |
| | | <span>LIST MANAGEMENT</span> |
| | | <li class="sub-header" ng-if="$root.checkMngPermission('USER_PERMISSION_MNG_PARTNER')"> |
| | | <span>PARTNER LIST</span> |
| | | </li> |
| | | <li class="" ng-if="$root.checkMngPermission('USER_PERMISSION_MNG_PARTNER')"> |
| | | <a ui-sref="companyField.list" tabindex="-1"> |