Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +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. |
| 10 | |
| 11 | The view displays the inventory data of the network element - basically |
| 12 | serial-numbers and part-numbers are displaced according to the |
| 13 | containment of the equipment. |
| 14 | |
| 15 | Inventory Export: |
| 16 | ----------------- |
| 17 | |
| 18 | As the default pagination size is set to 10, when you export the data |
| 19 | only first 10 rows or the first 10 filtered rows shown on the page will |
| 20 | be exported to a file. The inventory export allows the export of up to |
| 21 | 1000 entries, when the pagination size is increased to 1000. So, It is |
| 22 | recommended to change the pagination size 'Rows per page' to 1000 if you |
| 23 | want to export the complete Inventory data. |
| 24 | |
| 25 | To export the Inventory data: The behaviour is different depending on |
| 26 | the browser: |
| 27 | |
| 28 | a) Some browsers allows you to save the file with the predefined name |
| 29 | export.csv. In case your browser does not offer this function please |
| 30 | use 'Save as..' option and define the filename with extension csv. |
| 31 | |
| 32 | b) Some browsers saves the file automatically with the alphanumeric name |
| 33 | without an extension. In such case please go to the downloaded file |
| 34 | location and rename the file with the extension after the download. |
| 35 | (eg: export\_file.csv) |