diff options
author | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-09-03 20:39:00 +0200 |
---|---|---|
committer | Aijana Schumann <aijana.schumann@highstreet-technologies.com> | 2020-09-03 20:39:00 +0200 |
commit | b439e2b7bda158837ad6da8253f8ba1b97d397ec (patch) | |
tree | 3671cd5394f2a706467cbe2fd9809c56c70f5920 /docs/guides/onap-user/pnfInventory.rst | |
parent | 65ffa99d96e7b443e3d74ec20bbd321fd66aa76d (diff) |
update readthedocs
update helpserver and readthedocs
Issue-ID: CCSDK-2667
Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
Change-Id: I9c0d306e67ed0042bf19079b46566ecc43b20a19
Diffstat (limited to 'docs/guides/onap-user/pnfInventory.rst')
-rw-r--r-- | docs/guides/onap-user/pnfInventory.rst | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/docs/guides/onap-user/pnfInventory.rst b/docs/guides/onap-user/pnfInventory.rst index 1acee6d80..36937838c 100644 --- a/docs/guides/onap-user/pnfInventory.rst +++ b/docs/guides/onap-user/pnfInventory.rst @@ -8,14 +8,31 @@ Inventory The application offers basic inventory management of devices supporting ONF-TR-512 and ietf-hardware. +Views +----- + +The inventory application offers two different ways to visualize +inventory data. + +Tableview +~~~~~~~~~ + The view displays the inventory data of the network element – for example, serial-numbers and part-numbers according to the containment of -the equipment. +the equipment – as a table. By right-clicking on an entry, the element +can be viewed in the treeview. + +Treeview +~~~~~~~~ + +The treeview visualizes relations between the inventory data of a +network element. To load all relations, a ’*’ can be entered in the +search-field. Inventory Export: ------------------ +^^^^^^^^^^^^^^^^^ -The '︙' button in the upper right corner of the table allows exporting +The ‘︙’ button in the upper right corner of the table allows exporting the inventory data as a CSV file. Only the currently viewed table data is exported. As the default @@ -27,10 +44,9 @@ The behavior of the export can vary based on different browsers: a) Some browsers allow you to save the file with the predefined name export.csv. In case your browser does not offer this function please - use the 'Save as...' option and define the filename with extension - csv. + use the ‘Save as…’ option and define the filename with extension csv. b) Some browsers save the file automatically with the alphanumeric name but without an extension. In such a case navigate to the downloaded file location and rename the file. The extension (csv) must be - appended to the name. The result should look like export\_file.csv. + appended to the name. The result should look like export_file.csv. |