From 6c9202de3a38ea7c4d32d229e890a5bb8fff9509 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 17 12월 2021 18:23:29 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/views/common/sidebar.html | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/common/sidebar.html b/src/main/webapp/views/common/sidebar.html index dc2ede4..73a3c59 100644 --- a/src/main/webapp/views/common/sidebar.html +++ b/src/main/webapp/views/common/sidebar.html @@ -182,7 +182,12 @@ <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-success">{{$root.myDepartments}}</span> + </div> <div class="logged-user-i"> <div class="avatar-w"> <img alt="" ng-src="{{$root.user.profile}}"> @@ -192,7 +197,7 @@ {{$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"> @@ -252,7 +257,7 @@ <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> @@ -326,7 +331,7 @@ </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"> -- Gitblit v1.8.0