From a22d845d368c6ec18e3e2cc12c31b6397d3a20b8 Mon Sep 17 00:00:00 2001 From: Jimmy Brant Date: Wed, 4 Sep 2024 11:58:57 -0600 Subject: [PATCH] fix embedded links for USER_RAM registers, and update README. --- README.md | 2 +- ljm_constants | 2 +- static/js/simple_register_lookup_core.js | 4 ++-- templates/tag_summary_template.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4f8c32..a04327c 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Then, to deploy to production, log into the Heroku Dashboard, verify that stagin Check the deployment succeeded on: - The production deployed website - - + - - The embedded Modbus Map on our webite which pulls from prod (link may have changed) - diff --git a/ljm_constants b/ljm_constants index e294066..2e6aad7 160000 --- a/ljm_constants +++ b/ljm_constants @@ -1 +1 @@ -Subproject commit e294066fffbcc0842359244d3142bb418bd0323b +Subproject commit 2e6aad7ccc34c96200d45e5478c68b8447c0c607 diff --git a/static/js/simple_register_lookup_core.js b/static/js/simple_register_lookup_core.js index 38557d7..2217837 100644 --- a/static/js/simple_register_lookup_core.js +++ b/static/js/simple_register_lookup_core.js @@ -275,10 +275,10 @@ function fnFormatDetails( oTable, nTr, detailIndices)
  • This register may be streamed
  • {{/streamable}} {{#usesRAM}} -
  • This register uses system RAM. The maximum RAM is 64KB. For more information, see 4.4 RAM
  • +
  • This register uses system RAM. The maximum RAM is 64KB. For more information, see 4.4 RAM
  • {{/usesRAM}} {{#isBuffer}} -
  • This register is a buffer register
  • +
  • This register is a buffer register
  • {{/isBuffer}} {{#devices}}
  • {{device}}-specific: diff --git a/templates/tag_summary_template.html b/templates/tag_summary_template.html index 2aa6ea5..06d53f3 100644 --- a/templates/tag_summary_template.html +++ b/templates/tag_summary_template.html @@ -41,10 +41,10 @@
    {{ get_full_name(orig_subtag) }}
  • This register may be streamed
  • {% endif %} {% if subtag.unresolved.isBuffer %} -
  • This register is a Buffer Register
  • +
  • This register is a Buffer Register
  • {% endif %} {% if subtag.unresolved.usesRAM %} -
  • This register uses system RAM. The maximum RAM is 64KB. For more information, see 4.4 RAM
  • +
  • This register uses system RAM. The maximum RAM is 64KB. For more information, see 4.4 RAM
  • {% endif %} {% for unres_device in subtag.unresolved.devices %} {% if unres_device.description or unres_device.default or unres_device.fwmin %}