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
| 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
…o causing incorrect parameter behavior in command builder
| - Bootstrap 5 | ||
|
|
||
| ## Development | ||
| Project source files are Located under `angular-port/anms-ui` until VUE to Angular port is complete. |
There was a problem hiding this comment.
Don't forget to update the README path here.
|
|
| COPY --chown=${APP_USER}:${APP_USER} \ | ||
| anms-ui/config.yaml anms-ui/process.yml anms-ui/config_ui_env.js anms-ui/data* ${APP_WORK_DIR} | ||
|
|
||
| CMD ["pm2-docker", "process.yml", "--env", "production"] |
There was a problem hiding this comment.
I don't see a replacement to the entrypoint CMD. This might explain the current CI issue.
|




No description provided.