From 6d9b404fbcccf38a229606bbace0e7b6e7ec0e0b Mon Sep 17 00:00:00 2001 From: John Haverlack Date: Sat, 31 Jan 2026 14:11:29 -0900 Subject: [PATCH] Fixing Service Module Render Bug --- README.md | 2 +- changelog.json | 11 +++++++++-- docs/CHANGELOG.md | 10 +++++++++- sdl-mgr/html/js/dash.js | 8 +------- sdl-mgr/html/md/changelog.md | 10 +++++++++- 5 files changed, 29 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a8a199d..b947bdf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See also: [Installation](docs/INSTALL.md) ``` $ git clone https://github.com/jhaverlack/sdl.git $ cd sdl -$ install-sdl.sh +$ ./install-sdl.sh ``` Point you browser to http://IP-ADDR:8081 diff --git a/changelog.json b/changelog.json index 12beb7b..0b16d57 100644 --- a/changelog.json +++ b/changelog.json @@ -1,10 +1,17 @@ { "releases": [ + { + "version": "0.3.2", + "date": "2026-01-31", + "maturity": "ALPHA", + "summary": "", + "notes": "" + }, { "version": "0.3.1", "date": "2026-01-31", "maturity": "ALPHA", - "summary": "", + "summary": "README Cleanup", "notes": "" }, { @@ -12,7 +19,7 @@ "date": "2026-01-31", "maturity": "ALPHA", "summary": "Initial Codebase", - "notes": "" + "notes": "Initial GitHub Release" } ] } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4babb40..b082647 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,11 +5,19 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.1 | +| **Version** | 0.3.2 | | **Date** | 2026-01-31 | +## v0.3.2 - 2026-01-31 (ALPHA) + +- Start v0.3.2 + ## v0.3.1 - 2026-01-31 (ALPHA) +**Summary** +README Cleanup + +- v0.3.1 - Start v0.3.1 - Removing duplicate LICENSE file - README Cleanup diff --git a/sdl-mgr/html/js/dash.js b/sdl-mgr/html/js/dash.js index ed97257..b398c78 100644 --- a/sdl-mgr/html/js/dash.js +++ b/sdl-mgr/html/js/dash.js @@ -314,12 +314,6 @@ function renderModulesTable(msg) { const modules = msg.msg.modules; let html = '
Service Modules
'; html += ''; - // - // - // - // - // - // html += ` `; for (const [name, info] of Object.entries(modules)) { @@ -330,7 +324,7 @@ function renderModulesTable(msg) { html += ` - + `; diff --git a/sdl-mgr/html/md/changelog.md b/sdl-mgr/html/md/changelog.md index 4babb40..b082647 100644 --- a/sdl-mgr/html/md/changelog.md +++ b/sdl-mgr/html/md/changelog.md @@ -5,11 +5,19 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.1 | +| **Version** | 0.3.2 | | **Date** | 2026-01-31 | +## v0.3.2 - 2026-01-31 (ALPHA) + +- Start v0.3.2 + ## v0.3.1 - 2026-01-31 (ALPHA) +**Summary** +README Cleanup + +- v0.3.1 - Start v0.3.1 - Removing duplicate LICENSE file - README Cleanup
ModuleStatus
${name} ${icon}