sysview-py 0.3.2__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sysview-py
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Add your description here
5
5
  Author: Michael Wilson
6
6
  Author-email: Michael Wilson <mw@1wilson.org>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sysview-py"
3
- version = "0.3.2"
3
+ version = "0.3.3"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1,5 +1,5 @@
1
- <html>
2
- {% include 'header.html' %}
1
+ {% include 'header.html' %}
2
+
3
3
  {% if items[0].report_id is defined and active == 'Hosts' %}
4
4
  <h2>{{ items[0].host }}</h2>
5
5
  <p>Updated: {{ items[0].date }}</p>
@@ -21,5 +21,5 @@
21
21
  </article>
22
22
  {% endfor %}
23
23
  </section>
24
- {% include 'footer.html' %}
25
- </html>
24
+
25
+ {% include 'footer.html' %}
@@ -1,5 +1,4 @@
1
- <html>
2
- {% include 'header.html' %}
1
+ {% include 'header.html' %}
3
2
  <table>
4
3
  <thead><tr>
5
4
  <th>Hostname</th>
@@ -18,5 +17,4 @@
18
17
  {% endfor %}
19
18
  </tbody>
20
19
  </table>
21
- {% include 'footer.html' %}
22
- </html>
20
+ {% include 'footer.html' %}
@@ -1,10 +1,8 @@
1
- <html>
2
- {% include 'header.html' %}
1
+ {% include 'header.html' %}
3
2
  <nav>
4
3
  <a href="host.html">Show host</a>
5
4
  |
6
5
  <a href="{{ item.report_type }}_{{ item.id }}.txt">Raw report</a>
7
6
  </nav>
8
7
  <pre>{{ item.raw_item }}</pre>
9
- {% include 'footer.html' %}
10
- </html>
8
+ {% include 'footer.html' %}
File without changes