From 6f42dafcb93aa849d71eeba2a7ab24dfe05c713c Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Tue, 5 Jan 2021 09:15:27 +0100 Subject: [PATCH] Update boards.html, sidebar-menu.html, and status.html --- templates/boards.html | 104 ----------------------------- templates/common/sidebar-menu.html | 9 +-- templates/status.html | 11 ++- 3 files changed, 6 insertions(+), 118 deletions(-) delete mode 100644 templates/boards.html diff --git a/templates/boards.html b/templates/boards.html deleted file mode 100644 index 8660c60..0000000 --- a/templates/boards.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - {% include "common/common-head.html" %} - - -
- - {% include "common/page-header.html" %} - {% with pageselected="boards" %} - {% include "common/sidebar-menu.html" %} - {% endwith %} - - -
- -
-

- Boards configuration -

-
- - -
- - -
-
-
-
-

Hover Data Table

-
- - -
- - - - - - - - - - - - - - - - - - - - - - -
Rendering engineBrowserPlatform(s)Engine versionCSS grade
Rendering engineBrowserPlatform(s)Engine versionCSS grade
-
- - -
- -
- -
- - - - -
- -
- - - {% include "common/footer.html" %} - -
- - - {% include "common/common-js.html" %} - - - - - - - - - - - - \ No newline at end of file diff --git a/templates/common/sidebar-menu.html b/templates/common/sidebar-menu.html index 151c861..788e9fc 100644 --- a/templates/common/sidebar-menu.html +++ b/templates/common/sidebar-menu.html @@ -12,17 +12,10 @@ -
  • - - Boards - -
  • - -
  • - + Settings diff --git a/templates/status.html b/templates/status.html index f48e12f..e65b9b5 100644 --- a/templates/status.html +++ b/templates/status.html @@ -56,14 +56,14 @@ - + {% include "common/footer.html" %} - + - + {% include "common/common-js.html" %} - + @@ -94,7 +94,7 @@ { "data" : null, "defaultContent": "
    "}, { "data" : null, "defaultContent":btnhtml } ], - 'paging' : true, + 'paging' : false, 'lengthChange': true, 'searching' : true, 'ordering' : true, @@ -128,4 +128,3 @@ - \ No newline at end of file