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