demx8as6 | aca16f7 | 2021-05-08 15:58:54 +0200 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. SPDX-License-Identifier: CC-BY-4.0 |
| 3 | .. Copyright (C) 2020 highstreet technologies and others |
| 4 | |
demx8as6 | 53c4f57 | 2020-06-14 10:22:57 +0200 | [diff] [blame] | 5 | .. contents:: |
| 6 | :depth: 3 |
| 7 | .. |
| 8 | |
| 9 | Inventory |
| 10 | ========= |
| 11 | |
| 12 | The application offers basic inventory management of devices supporting |
| 13 | ONF-TR-512 and ietf-hardware. |
| 14 | |
| 15 | The view displays the inventory data of the network element – for |
| 16 | example, serial-numbers and part-numbers according to the containment of |
| 17 | the equipment. |
| 18 | |
| 19 | Inventory Export: |
| 20 | ----------------- |
| 21 | |
| 22 | The '︙' button in the upper right corner of the table allows exporting |
| 23 | the inventory data as a CSV file. |
| 24 | |
| 25 | Only the currently viewed table data is exported. As the default |
| 26 | pagination is set to 10, only the first 10 rows or filtered rows would |
| 27 | be exported. To increase the number of exported rows change the |
| 28 | pagination. |
| 29 | |
| 30 | The behavior of the export can vary based on different browsers: |
| 31 | |
| 32 | a) Some browsers allow you to save the file with the predefined name |
| 33 | export.csv. In case your browser does not offer this function please |
| 34 | use the 'Save as...' option and define the filename with extension |
| 35 | csv. |
| 36 | |
| 37 | b) Some browsers save the file automatically with the alphanumeric name |
| 38 | but without an extension. In such a case navigate to the downloaded |
| 39 | file location and rename the file. The extension (csv) must be |
| 40 | appended to the name. The result should look like export\_file.csv. |