blob: 1acee6d8050fecbf63f29282c7d0c39c595b8e95 [file] [log] [blame]
Herbert Eiselt092189e2019-04-03 17:24:29 +02001.. contents::
2 :depth: 3
3..
4
5Inventory
6=========
7
8The application offers basic inventory management of devices supporting
Aijana Schumann06fb5292020-02-11 15:44:17 +01009ONF-TR-512 and ietf-hardware.
Herbert Eiselt092189e2019-04-03 17:24:29 +020010
Aijana Schumann06fb5292020-02-11 15:44:17 +010011The view displays the inventory data of the network element for
12example, serial-numbers and part-numbers according to the containment of
13the equipment.
Herbert Eiselt092189e2019-04-03 17:24:29 +020014
15Inventory Export:
16-----------------
17
Aijana Schumann06fb5292020-02-11 15:44:17 +010018The '︙' button in the upper right corner of the table allows exporting
19the inventory data as a CSV file.
Herbert Eiselt092189e2019-04-03 17:24:29 +020020
Aijana Schumann06fb5292020-02-11 15:44:17 +010021Only the currently viewed table data is exported. As the default
22pagination is set to 10, only the first 10 rows or filtered rows would
23be exported. To increase the number of exported rows change the
24pagination.
Herbert Eiselt092189e2019-04-03 17:24:29 +020025
Aijana Schumann06fb5292020-02-11 15:44:17 +010026The behavior of the export can vary based on different browsers:
27
28a) Some browsers allow you to save the file with the predefined name
Herbert Eiselt092189e2019-04-03 17:24:29 +020029 export.csv. In case your browser does not offer this function please
Aijana Schumann06fb5292020-02-11 15:44:17 +010030 use the 'Save as...' option and define the filename with extension
31 csv.
Herbert Eiselt092189e2019-04-03 17:24:29 +020032
Aijana Schumann06fb5292020-02-11 15:44:17 +010033b) 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.