Skip to content

Commit

Permalink
fix: add the regex based xcvr list to the index
Browse files Browse the repository at this point in the history
Change-Id: Ifc22afed9ad6b836b901872e05a38743d9bac9bf
  • Loading branch information
noredistribution committed Apr 11, 2024
1 parent df30274 commit f1ced5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docsrc/examples/system_health/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ System Health Examples
.. include:: varcore.rst

.. include:: xcvr_sn_list.rst

.. include:: xcvr_sn_list_filtered.rst
6 changes: 3 additions & 3 deletions docsrc/examples/system_health/xcvr_sn_list_filtered.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
List the serial numbers for all transceivers
--------------------------------------------
List the transceiver serial numbers that match the input regex
--------------------------------------------------------------

.. literalinclude:: xcvr_sn_list_filtered.aql
:language: aql

.. image:: xcvr_sn_list_filtered.png
:width: 600
:alt: List the serial numbers for all transceivers that match the regex
:alt: List the transceiver serial numbers that match the input regex

:download:`Download the Dashboard JSON here <xcvr_sn_list_filtered.json>`

0 comments on commit f1ced5f

Please sign in to comment.