Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
eed0a650
Commit
eed0a650
authored
Sep 04, 2025
by
Mon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create User
parent
38ede92a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
6 deletions
+14
-6
user-authorization.component.html
...user/user-authorization/user-authorization.component.html
+0
-0
user-authorization.component.scss
...user/user-authorization/user-authorization.component.scss
+11
-0
user-authorization.component.ts
...t-user/user-authorization/user-authorization.component.ts
+0
-0
user.service.ts
src/app/portal-manage/services/mylearn/user.service.ts
+0
-3
nav.service.ts
src/app/shared/services/nav.service.ts
+3
-3
No files found.
src/app/portal-manage/mylearn/management-user/user-authorization/user-authorization.component.html
View file @
eed0a650
This diff is collapsed.
Click to expand it.
src/app/portal-manage/mylearn/management-user/user-authorization/user-authorization.component.scss
View file @
eed0a650
...
@@ -11,4 +11,14 @@
...
@@ -11,4 +11,14 @@
::ng-deep
.ng-select
.ng-value-container
.ng-value
.ng-value-icon
{
::ng-deep
.ng-select
.ng-value-container
.ng-value
.ng-value-icon
{
color
:
#fff
!
important
;
/* ไอคอนกากบาท (x) เป็นสีขาว */
color
:
#fff
!
important
;
/* ไอคอนกากบาท (x) เป็นสีขาว */
}
/* placeholder ตอนยังไม่ได้เลือกค่า */
::ng-deep
.ng-select
.ng-select-container
.ng-placeholder
{
color
:
#6c757d
!
important
;
/* เทาอ่อน */
}
/* ความสูงกล่อง */
::ng-deep
.ng-select
.ng-select-container
{
height
:
40px
!
important
;
}
}
\ No newline at end of file
src/app/portal-manage/mylearn/management-user/user-authorization/user-authorization.component.ts
View file @
eed0a650
This diff is collapsed.
Click to expand it.
src/app/portal-manage/services/mylearn/user.service.ts
View file @
eed0a650
...
@@ -43,9 +43,6 @@ export class UserService {
...
@@ -43,9 +43,6 @@ export class UserService {
.
pipe
(
map
(
list
=>
list
.
map
(
e
=>
new
MyUserAccountModel
(
e
,
this
.
translate
))));
.
pipe
(
map
(
list
=>
list
.
map
(
e
=>
new
MyUserAccountModel
(
e
,
this
.
translate
))));
}
}
// create(user: ProfileModel): Observable<ResponseModel> {
// return this.http.post<ResponseModel>(this.urlApi, new MyProfileModel(user));
// }
save
(
user
:
UserAccountModel
):
Observable
<
ResponseModel
>
{
save
(
user
:
UserAccountModel
):
Observable
<
ResponseModel
>
{
return
this
.
http
.
post
<
ResponseModel
>
(
this
.
urlApi
,
new
MyUserAccountModel
(
user
));
return
this
.
http
.
post
<
ResponseModel
>
(
this
.
urlApi
,
new
MyUserAccountModel
(
user
));
}
}
...
...
src/app/shared/services/nav.service.ts
View file @
eed0a650
...
@@ -228,19 +228,19 @@ export class NavService implements OnDestroy {
...
@@ -228,19 +228,19 @@ export class NavService implements OnDestroy {
// type: 'link',
// type: 'link',
// },
// },
{
{
icon
:
'
news bx-flip-horizontal
'
,
icon
:
'
briefcase
'
,
path
:
'/mylearn/myhrcompany'
,
path
:
'/mylearn/myhrcompany'
,
title
:
'จัดการบริษัท'
,
title
:
'จัดการบริษัท'
,
type
:
'link'
,
type
:
'link'
,
},
},
{
{
icon
:
'
receipt
'
,
icon
:
'
user
'
,
path
:
'/mylearn/management-user'
,
path
:
'/mylearn/management-user'
,
title
:
'การจัดการผู้ใช้งาน'
,
title
:
'การจัดการผู้ใช้งาน'
,
type
:
'link'
,
type
:
'link'
,
},
},
{
{
icon
:
're
ceip
t'
,
icon
:
're
pea
t'
,
path
:
'/mylearn/course-transfer'
,
path
:
'/mylearn/course-transfer'
,
title
:
'โอนย้ายคอร์ส'
,
title
:
'โอนย้ายคอร์ส'
,
type
:
'link'
,
type
:
'link'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment