1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2020 highstreet technologies and others
12 The application offers basic inventory management of devices supporting
13 ONF-TR-512 and ietf-hardware.
15 The view displays the inventory data of the network element – for
16 example, serial-numbers and part-numbers according to the containment of
22 The '︙' button in the upper right corner of the table allows exporting
23 the inventory data as a CSV file.
25 Only the currently viewed table data is exported. As the default
26 pagination is set to 10, only the first 10 rows or filtered rows would
27 be exported. To increase the number of exported rows change the
30 The behavior of the export can vary based on different browsers:
32 a) Some browsers allow you to save the file with the predefined name
33 export.csv. In case your browser does not offer this function please
34 use the 'Save as...' option and define the filename with extension
37 b) Some browsers save the file automatically with the alphanumeric name
38 but without an extension. In such a case navigate to the downloaded
39 file location and rename the file. The extension (csv) must be
40 appended to the name. The result should look like export\_file.csv.