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 |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 9 | ONF-TR-512 and ietf-hardware. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 10 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 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. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 14 | |
| 15 | Inventory Export: |
| 16 | ----------------- |
| 17 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 18 | The '︙' button in the upper right corner of the table allows exporting |
| 19 | the inventory data as a CSV file. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 20 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 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. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 25 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 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 |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 29 | export.csv. In case your browser does not offer this function please |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 30 | use the 'Save as...' option and define the filename with extension |
| 31 | csv. |
Herbert Eiselt | 092189e | 2019-04-03 17:24:29 +0200 | [diff] [blame] | 32 | |
Aijana Schumann | 06fb529 | 2020-02-11 15:44:17 +0100 | [diff] [blame] | 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. |