- {{ 'permissions' | translate }} -
-- -
| - | {{ 'Permissions' | translate }} | -- {{ 'allow' | translate }} - | -
|---|
{{ 'permissions' | translate }}
+ +| + | {{ 'Permissions' | translate }} | +{{ 'allow' | translate }} | +
|---|
diff --git a/package.json b/package.json index a5d4d50..eb16ccc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "watch:dev": "ng build --watch --configuration=development", "watch:test": "ng build --watch --configuration=test", "test": "ng test", - "serve:ssr": "node dist/aconnect-ux/server/main.js" + "serve:ssr": "node dist/aconnect-ux/server/main.js" }, "private": true, "dependencies": { diff --git a/src/app/authenticate/login/login.component.html b/src/app/authenticate/login/login.component.html index a543a1c..0e5e07d 100644 --- a/src/app/authenticate/login/login.component.html +++ b/src/app/authenticate/login/login.component.html @@ -32,7 +32,6 @@
{{'loadingTransactionLogs' | translate}}
+{{ "loadingTransactionLogs" | translate }}
{{'noTransactionLogsFound' | translate}}
+{{ "noTransactionLogsFound" | translate }}
| {{'logID' | translate}} | -{{'organization' | translate}} | -{{'transactionID' | translate}} | -{{'drAccount' | translate}} | -{{'crAccount' | translate}} | -{{'paymentMode' | translate}} | -{{'date' | translate}} | -{{'channel' | translate}} | -{{'createdAt' | translate}} | +{{ "logID" | translate }} | +{{ "organization" | translate }} | +{{ "transactionID" | translate }} | +{{ "drAccount" | translate }} | +{{ "crAccount" | translate }} | +{{ "drPcaGlacode" | translate }} | +{{ "crPcaglacode" | translate }} | +{{ "paymentMode" | translate }} | +{{ "date" | translate }} | +{{ "channel" | translate }} | +{{ "createdAt" | translate }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ log.logId }} | {{ log.porOrgacode }} | {{ log.transactionID }} | -{{ log.drMbmbkmsnumber || '-' }} | -{{ log.crMbmbkmsnumber || '-' }} | +{{ log.drMbmbkmsnumber || "-" }} | +{{ log.crMbmbkmsnumber || "-" }} | +{{ log.drPcaGlacode || "-" }} | +{{ log.crPcaglacode || "-" }} | {{ log.ppmPymdcode }} | -{{ log.sgtGntrdate | date: 'MMM dd, yyyy' }} | ++ {{ log.sgtGntrdate | date: "MMM dd, yyyy" }} + | {{ log.channelCode }} | -{{ log.createdAt | date: 'MMM dd, yyyy HH:mm' }} | ++ {{ + log.createdAt | date: "MMM dd, yyyy HH:mm" + }} + |
{{'noTransactionLogsFound' | translate}}
-{{ "noTransactionLogsFound" | translate }}
+| - | {{ 'Permissions' | translate }} | -- {{ 'allow' | translate }} - | -
|---|
| + | {{ 'Permissions' | translate }} | +{{ 'allow' | translate }} | +
|---|