Fix Bug 2296: Newly Created Ns should come first in NG-UI 64/13964/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>
Tue, 7 Nov 2023 04:44:37 +0000 (05:44 +0100)
commit5916816bcf69ba6691dd492fb78dd8a6dbc2df80
treea17dc30c22b041fa615221914f7843b79ffc0e09
parent5795feb30036d32a062b53e1f4d991aca9e1d94d
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