-general service formdata compltetible
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 7m27s
Build Docker Image / Restart Docker Compose (push) Successful in 1s

-projectAdd
This commit is contained in:
x2Skyz
2025-11-30 22:06:03 +07:00
parent f0f3392dbb
commit 07d49d87cf
7 changed files with 325 additions and 196 deletions

View File

@@ -11,8 +11,8 @@ export class SidebarComponent implements OnInit {
@Input() isCollapsed: boolean = false; // รับค่าสถานะย่อ/ขยาย
userData: any = {
name: 'Nuttakit',
role: 'Admin',
name: localStorage.getItem('usrthinam') + ' ' + localStorage.getItem('usrthilstnam'),
role: '',
avatar: ''
};