blob: 1acee6d8050fecbf63f29282c7d0c39c595b8e95 [file] [log] [blame]
demx8as653c4f572020-06-14 10:22:57 +02001.. contents::
2 :depth: 3
3..
4
5Inventory
6=========
7
8The application offers basic inventory management of devices supporting
9ONF-TR-512 and ietf-hardware.
10
11The view displays the inventory data of the network element for
12example, serial-numbers and part-numbers according to the containment of
13the equipment.
14
15Inventory Export:
16-----------------
17
18The '︙' button in the upper right corner of the table allows exporting
19the inventory data as a CSV file.
20
21Only 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.
25
26The behavior of the export can vary based on different browsers:
27
28a) 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
33b) 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.