diff --git a/html/static/js/report-table.js b/html/static/js/table-report.js
similarity index 97%
rename from html/static/js/report-table.js
rename to html/static/js/table-report.js
index 3ba46e30..317f8455 100644
--- a/html/static/js/report-table.js
+++ b/html/static/js/table-report.js
@@ -1,6 +1,4 @@
-// report-table.js
-
-class ReportTable extends HTMLElement {
+class TableReport extends HTMLElement {
constructor() {
super();
this.attachShadow({ mode: "open" });
@@ -206,4 +204,4 @@ class ReportTable extends HTMLElement {
}
// Register the custom element
-customElements.define("report-table", ReportTable);
+customElements.define("table-report", TableReport);
diff --git a/html/template/rmo/status.html b/html/template/rmo/status.html
index 14821a0f..dec1bfa3 100644
--- a/html/template/rmo/status.html
+++ b/html/template/rmo/status.html
@@ -12,7 +12,7 @@
-
+