Fix Bug 2296: Newly Created Ns should come first in NG-UI 63/13963/2
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Fri, 13 Oct 2023 06:15:25 +0000 (11:45 +0530)
committerjssan <sandhya.j@tataelxsi.co.in>
Wed, 8 Nov 2023 08:47:06 +0000 (09:47 +0100)
commit5f8c802910e7c64d476296448487b9cfa774380d
treeeafaab728d6daecc4835e4413c15d3c96d4c47ab
parent1132258413328f80cb8b2453dc4b3d24318bd3e5
Fix Bug 2296: Newly Created Ns should come first in NG-UI

- Sorted the list using created Date in descending order
        - Incorrect Information in "Expires in " section of Admin user :
  Changed it to N/A
- VIM Resource Overview: RAM Value should be rounded off :
  Rounded off the value to 2 decimal points
- Fixed the key issue in topology

Change-Id: I634aee0b4e4540386c5108232746f56959bcc838
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
src/app/instances/ns-instances/NSInstancesComponent.ts
src/app/instances/ns-topology/NSTopologyComponent.html
src/app/instances/pdu-instances/PDUInstancesComponent.ts
src/app/instances/vnf-instances/VNFInstancesComponent.ts
src/app/users/user-details/UserDetailsComponent.ts
src/app/vim-accounts/Resources-Overview/ResourcesOverviewComponent.ts
src/models/NSInstanceModel.ts
src/services/SharedService.ts