Port existing frontend UI to Angular#353
Conversation
…t' into feature/angular-port
…nstants definition and environment var usage clecleaner
…or build and agents pages
|
Marked as ready as all major features are working at least as well as the old UI; User Profile view is still WIP, but everything else is ready for review. |
…anms into feature/angular-port
…t' into feature/angular-port
|
| const formData = new FormData(); | ||
|
|
||
| formData.append('adm', file); | ||
| const headers = { |
There was a problem hiding this comment.
Was getting error 500: Http failure response for http://localhost:4200/api/core/adms: 500 Internal Server Error when attempting to upload a new ADM
| } | ||
|
|
||
| private processReport(report: any): void { | ||
| let rpt: any[] = []; |
There was a problem hiding this comment.
using the new /report/dictionary/search/idx/ post route
Which returns something like below
there is a mismatch between the table header column size and the row columns sizes that can make viewing not great but that can be something fixed later
[
{
"agent": 1,
"reports": [
[
{
"reference_time": "2026-04-21T13:07:58.302862+00:00",
"mgr_time": "2026-04-21T18:07:58.347402+00:00",
"agent_time": "2026-04-21T13:07:58.302862+00:00",
"rpt_set_nonce": "ari:42102",
"report_source": "ari://ietf/dtnma-agent/CTRL/inspect(//ietf/dtnma-agent/CONST/hello)",
"col 0": "ari:/AC/(//ietf/dtnma-agent/EDD/sw-vendor,//ietf/dtnma-agent/EDD/sw-version,//ietf/dtnma-agent/EDD/capability)"
},
{
"reference_time": "2026-04-21T13:08:03.366086+00:00",
"mgr_time": "2026-04-21T18:08:03.391580+00:00",
"agent_time": "2026-04-21T13:08:03.366086+00:00",
"rpt_set_nonce": "ari:42102",
| this.ariSearchText = ari.display; | ||
| this.updateAriText(); | ||
| } | ||
| protected onParamAriSelectedPrim(paramIndex: number, ari: string): void { |
There was a problem hiding this comment.
added new function to allow users to input ARI that are not defined in the database




No description provided.